adventOfCode/challenges/2023/12-hotSprings/README.md
2023-12-12 20:15:26 +00:00

262 B

Day 12: Hot Springs

Before optimisation: 17.13 seconds for part 1

Part 1 before optimisation

  • Reduced allocations of strings by using the same instance of a list in generate_possible_observations()