#AdventOfCode day 14 part 2:
Puzzle filled with assumptions, so I ended up cheating it and it surprisingly worked. I simply calculate bruteforce it, move all robots, and check how close they all are to the center of grid, and take the step where they all are the closest.
Puzzle filled with assumptions, so I ended up cheating it and it surprisingly worked. I simply calculate bruteforce it, move all robots, and check how close they all are to the center of grid, and take the step where they all are the closest.
Comments