Skip to content

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages