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

Enjoy!