/Visualise-Graph-Algorithms

I'm bored of watching those sorting visualisers. Here's something new. Visualise and know how Graph Algorithms works.

Primary LanguageHTMLMIT LicenseMIT

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.