A search visualization tool used for demonstrating common search algorithms.
Find it here: https://justdare.github.io/Search-Algorithm-Visualizer/
Generates a weighted maze for aiding the weighted search algorithms listed above.
Utilizes recursive division to generate a random maze of walls while guaranteeing a path.
Toggle the animation speed of the search visualization to see the algorithms step by step.