/maze_solver

Find goals in maps using BFS, DFS and IDDFS algorithms.

Primary LanguagePython

Search for all the goals in a maze using three algorithms-

  • Breadth First Search
  • Depth First Search
  • Iterative Deepening Depth-First Search