Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 687 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 687 Bytes

Search Algorithm Visualizer

A search visualization tool used for demonstrating common search algorithms.

Find it here: https://justdare.github.io/Search-Algorithm-Visualizer/

The Algorithms

1) Breadth First Search

2) Depth First Search

3) Greedy Best-First Search

4) Dijkstra's Algorithm

5) A* Search

Maze Generation

1) Random Weighted Maze

Generates a weighted maze for aiding the weighted search algorithms listed above.

2) Random Maze

Utilizes recursive division to generate a random maze of walls while guaranteeing a path.

Speed Toggle

Toggle the animation speed of the search visualization to see the algorithms step by step.