Closed JLJVS closed 3 months ago
Current implementation of a BFS is too slow, so refactor the solution to implement a DFS approach.
Created a solution heavily inspired by https://github.com/hyper-neutrino/advent-of-code/blob/main/2022/day19p2.py . Could not get the depth first search to work correctly on my own. Should try again at a later date.
Current implementation of a BFS is too slow, so refactor the solution to implement a DFS approach.