github.com/Manjago/aoc2...
Wow! A simulation is enough to solve the problem! But can the LLM solve it?
github.com/Manjago/aoc2...
Wow! A simulation is enough to solve the problem! But can the LLM solve it?
github.com/Manjago/aoc2...
The hardest part has been the counting of the sides
github.com/Manjago/aoc2...
The hardest part has been the counting of the sides
github.com/Manjago/aoc2...
On the eleventh day, simple brute force is finally no longer a good solution! Long live dfs + memory!
github.com/Manjago/aoc2...
On the eleventh day, simple brute force is finally no longer a good solution! Long live dfs + memory!
github.com/Manjago/aoc2...
The transition from part 1 to part 2 was instant because I had recorded all the possible paths
github.com/Manjago/aoc2...
The transition from part 1 to part 2 was instant because I had recorded all the possible paths
github.com/Manjago/aoc2...
Joshua Bloch tweeted: "Does anyone actually use LinkedList? I wrote it, and I never use it".
LinkedList came in handy in this puzzle :-)
github.com/Manjago/aoc2...
Joshua Bloch tweeted: "Does anyone actually use LinkedList? I wrote it, and I never use it".
LinkedList came in handy in this puzzle :-)
github.com/Manjago/aoc2...
The key is to overload the ‘multiply by number’, ‘plus’ and ‘minus’ operators for the Point class
github.com/Manjago/aoc2...
The key is to overload the ‘multiply by number’, ‘plus’ and ‘minus’ operators for the Point class
github.com/Manjago/aoc2...
Again, just brute force through all possible variants. Not even the Kotlin coroutines were needed!
github.com/Manjago/aoc2...
Again, just brute force through all possible variants. Not even the Kotlin coroutines were needed!
github.com/Manjago/aoc2...
Once again, a simulation of walking through a maze, successfully brutforced
github.com/Manjago/aoc2...
Once again, a simulation of walking through a maze, successfully brutforced
github.com/Manjago/aoc2...
I'm in suspense - I'm still waiting for a 'hard' task to appear, i.e. one that can't be solved by brute force.
github.com/Manjago/aoc2...
I'm in suspense - I'm still waiting for a 'hard' task to appear, i.e. one that can't be solved by brute force.
Sorry, I solved it bluntly and directly, but fast and first time, no bugs - github.com/Manjago/aoc2...
Sorry, I solved it bluntly and directly, but fast and first time, no bugs - github.com/Manjago/aoc2...