infinite DFS recursion but only if index is calculated inside recursive step
I am stuck on day5 of this year’s AOC. I try to do it all in python as to learn it.
In short, the task needs a graph traversal. I chose to do it with DFS.
I am stuck on day5 of this year’s AOC. I try to do it all in python as to learn it.
In short, the task needs a graph traversal. I chose to do it with DFS.