Animation of BFS,DFS,Minimum Spanning Tree
HTML, CSS, JavaScript, jQuery
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.