0

https://adventofcode.com/2021

Anyone ? ;p so far I like little code every day not related to work and some of "tasks" are pretty interesting (Ok, I mostly brute force everything, but it can be done so much better!)

Comments
  • 1
    I'm in too, I've done everything except the second part of day 6 because I was hitting a limit (IIRC the maximum size of an array or something like that).
  • 0
    @kamen what if I told you there is a solution with no array use ?

    I hit limit in my brute force solution in .net too. Made me rethink solution. Now it's less than 5 ms.
  • 0
    It's possible, yeah, some other people have already given me hints. I'll try some stuff maybe after it's finished.
  • 1
    It's really fun because it requires only problem solving skills rather than any prerequisite algorithm knowledge.
  • 1
    @theabbie yep.

    Some knowledge helps from time to time tho.

    Like some liniar algebra or binary operations.

    But it is not required.
Add Comment