adventOfCode/challenges/2023/12-hotSprings
2023-12-12 21:27:49 +00:00
..
main.py 2023.12.2 2023-12-12 21:27:49 +00:00
p1before.svg 2023.12.01 naive 2023-12-12 20:15:26 +00:00
README.md 2023.12.01 naive 2023-12-12 20:15:26 +00:00
tests.json 2023.12.2 2023-12-12 21:27:49 +00:00

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()