attribute error in depth first search algorithm python
I’m fairly new to coding and I’ve been trying to code a dfs maze solver.
The goal is to repeatedly create and solve mazes in real time.
The following is the problematic code
I’m fairly new to coding and I’ve been trying to code a dfs maze solver.
The goal is to repeatedly create and solve mazes in real time.
The following is the problematic code