Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.3 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.3 KB

this is the first version, currently started to add more functionality to the app and hence this repo is to secure previous work. firstly i am working locally after all the checks and tricks i will upload it.

the second version will be released soon...

Graph Visualiser

This is a graph visualiser which can run various graph algorithms on the input graph. You can simulate the following algorithms

  1. DFS
  2. BFS
  3. Prim
  4. Kruskal
  5. Dijkstra

DFS

Screenshot 2022-07-08 at 5 33 10 PM

BFS

Screenshot 2022-07-08 at 5 34 19 PM

PRIM

Screenshot 2022-07-08 at 5 36 56 PM

Kruskal

Screenshot 2022-07-08 at 5 37 35 PM

Dijkstra

Screenshot 2022-07-08 at 5 43 16 PM