Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 1.2 KB

README.md

File metadata and controls

52 lines (44 loc) · 1.2 KB

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