/path-finding-visualizer

Explore and visualize various path-finding algorithms with this interactive webpage. Perfect for learning and understanding algorithms like A*, Dijkstra, and more through engaging animations and intuitive controls.

Primary LanguageTypeScriptMIT LicenseMIT

Path Finding Visulaize

Developer's Note

Install Packages

npm install

Build JavaScript for Production

npm run build

Watch & Build in Real-Time

npm run dev