-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Martsim edited this page Jan 9, 2018
·
3 revisions
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.