Skip to content

justDare/Search-Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Search visualization tool for common search algorithms

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors