Skip to content

max172-hqt/algorithms-visualizers

Repository files navigation

Graph Algorithm Visualizers

Checkout the app here

Features

  • Visualization for graph algorithms DFS and BFS.
  • For BFS: Show the shortest path to destination animation if there is one.
  • For DFS: Show dead end cells and backtracking animations.
  • Settings to set number of rows, columns and animation speed.
  • Generate and remove wall cells. Update positions of start, end cells.
  • Works on mobile and desktop browsers.

Previews

  • Desktop
Screenshot 2024-12-29 at 7 47 23 PM
  • Mobile
Screenshot 2024-12-29 at 7 48 27 PM

Clone the project

git clone git@github.com:max172-hqt/algorithms-visualizers.git
cd algorithms-visualizers
npm install
npm run dev

LICENSE

MIT

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors