Maze Solving Algorithms

Maze Runner is a visualization tool for maze generation and path solving using JavaScript and HTML5 Canvas. It provides insight into the behavior of popular maze generation and traversal algorithms, such as Breadth-First Search (BFS), Depth-First Search (DFS), and A* Search.

Here is the experimental results of comparing different searching algorithm using the maze runner. In the following order, we have Breadth-First Search, Depth-First Search, and A* Search.

Pagination


© 2020. All rights reserved.