/path-finding-visualizer

A Path finding visualizer that uses different algorithms to visualize a path on a grid. Notably A * and dijkstra. Also has the functionality to generate different mazes using different maze generating algorithms. So one can play around, visualize the difference in efficiency of different path finding algorithms on a bigger and more complicated scale.

Primary LanguageJavaScript

No issues in this repository yet.