Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 689 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 689 Bytes

Visualise-Graph-Algorithms

ss

Not great but still pretty functional.

functions

Animation of BFS,DFS,Minimum Spanning Tree

Programming Language used:

HTML, CSS, JavaScript, jQuery

Instructions:

Open home.html in a browser. It has a interface to select among DFS,BFS,MST. Select accordingly. For creating graph double tap to add vertices in the Space provided.Then to add an edge (u,v) ; tap u and then tap v. Add node to start the search and click Start button. To refresh the page tap Refresh button. There is a home button as well, to go back to the Home page! There is an Instruction button as well to view the instruction.