advent-of-code/2021/12
2022-11-28 21:54:36 +01:00
..
python 12 2022-11-28 21:54:36 +01:00
README.md 12 2022-11-28 21:54:36 +01:00

12

The first is quite nice, good recursion exercise :) I messed up at first as I saved the graph as a directional, but that was a quick fix.

For part 2, since we only visit a single cave once more, we cann add a joker parameter to our walker and use it only once when we are stuck in every path of the tree.

Solutions
  1. 5252
  2. 147784