Klemen's Stuff
|
Algorithms
|
Visualisation
|
Source
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*
Each algorithm is written in seperate files.
Visualisation
For visualisation we used tkinter