Home - kevcen/visuAlgorithm GitHub Wiki
VisuAlgorithm
Algorithm Demos
- A* Pathfinder
- Dijkstra's Pathfinder
- Depth First Search
- Breadth First Search
- Bubble Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Bogo Sort
- Linear Search
- Binary Search
- Randomised Prim's Maze Generation
- Randomised Kruskal's Maze Generation
User Interface
Key inputs
-
For pathfinder algorithms, you can:
- press and hold the key 'w' to make a wall under the cursor,
- press 'm' to instantly generate a new maze.
-
Press 'x' to exit.
Changing animation speed
Use the slider to change the time per frame (in milliseconds).
Changing Algorithm
Use the drop down box to change the algorithm.