.. | ||
main.py | ||
p1before.svg | ||
README.md | ||
tests.json |
Day 12: Hot Springs
Before optimisation: 17.13 seconds for part 1
- Reduced allocations of strings by using the same instance of a list in
generate_possible_observations()
.. | ||
main.py | ||
p1before.svg | ||
README.md | ||
tests.json |
Before optimisation: 17.13 seconds for part 1
generate_possible_observations()