Path findig algorithms
The goal of this project is to write path finding algorithms and visualize them using python.
Algorithms
Algorithms used:- Bread First Search (BFS)
- Depth First Search (DFS)
- A*
Visualisation
For visualisation we used tkinter