Skip to content

Great way to visualise graph algorithms such as Maze Generator and Shortest Path in 2D grid

License

Notifications You must be signed in to change notification settings

philip0014/graph-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Visualizer

About Graph Visualizer

Great way to visualise graph algorithms such as Maze Generator and Shortest Path in 2D grid. Try to play with it here.


Recursive Backtracking


A* (Euclidean)

Features

Maze Generator

  • Recursive Backtracking
  • Kruskal

Shortest Path

  • Breadth-first Search
  • Dijkstra
  • A* (Euclidean)
  • A* (Manhattan)

Disclaimer

  • Graph is unweighted, BFS and Dijkstra will give similar result
  • I don't use any library (except jquery) to create this website

License

All code provided are under the MIT License.

Copyright © 2021 Philip Andreas

About

Great way to visualise graph algorithms such as Maze Generator and Shortest Path in 2D grid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published