Home - martinliivak/Algorithmich-Pathfinding-Visualization GitHub Wiki
Welcome to the Algorithmich-Pathfinding-Visualization wiki!
The aim of this software is to visualise graph search algorithms in a maze.
The current implemented algorithms are:
- Breath-first search
- Depth-first search
- Dijikstra
- A*
- Alternative implementation of A*
- Jump point search
New algorithms can be added easily, by implementing them as a class with class generator.
See the Setup guide for help on setting up the project.