/maze

A visualizing application for escaping a maze

Primary LanguageJavaScript

Maze

To visualize how graph search algorithms escape a maze

Description

The application generates a maze by N x M size. As well, it provides some graph traversal algorithms, such as dfs, bfs, and a* search algorithm in order to display how those algorithms work.

Preview

maze preview

References