proneetsharma / maze_solver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

About

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


Languages

Language:Python 100.0%