Skip to content

Alioo11/path-finding-visualizer

Repository files navigation

Pathfinding Visualizer

pathfinding visualizer is a visualization tool to demonstrate how pathfinding algorithms work I hope you enjoy it .
you can checkout the project here

Usage

after you clone the project run npm install to install all dependencies .
now you can run npm start to run the project in development server
or run npm run build to generate optimized version in build folder

About the algorithms

pathfinding-algorithms

  • dijkestra
  • A*
  • greedy-algorithms

maze-generating-algorithms

  • recursive-backtraking
  • randomized-kruskal

About

a cool project to show how pathfinding algorithms work

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published