Graphing Algorithms

I just built this JavaScript/jQuery based simulator that simulates three graphing algorithms: Breadth First Search (BFS), Depth First Search (DFS), and Prim’s Minimum Spanning tree. My hope is that future algorithms student find this useful! Check it out for yourself:

http://rafilabs.com/graphingSims/graphs.html

A screenshot of my graphing algorithms JS app!

Enjoy!

Leave a Reply

Your email address will not be published. Required fields are marked *

*