🧩
BFS algorithm visulizer
This project helps us to visualize BFS algorithm by searching end point from start in a maze.
This project helps us to visualize BFS algorithm by searching end point from start in a maze.
This project helps us to visualize BFS algorithm by searching end point from start in a maze.
python main.py. A curses terminal window opens displaying the 9x8 maze
with # walls, spaces for open paths, O as the start position, and X as
the end.X) while the walls and open cells are
shown in green.O to X and the final path remains highlighted on screen.Python
curses library to display result in terminal
Time library to delay the result for easiser viewing of terminal result at each step
