Vamonos
Dynamic algorithm visualization in the browser
Algorithm Visualizations
Sorting:
Recursion:
Dynamic programming:
Graphs:
- Breadth-first search
 - Detecting bipartiteness (2-colorability)
 - Depth-first search
 - Dijkstra’s SSSP algorithm (with quiz)
 - Bellman-Ford algorithm
 - Prim’s MST algorithm
 - Kruskal’s MST algorithm
 - Boruvka’s MST algorithm
 - Strongly Connected Components
 - Ford-Fulkerson Max Flow
 - Max Flow Railroad Example
 - Ford-Fulkerson Bipartite Matching
 
All demos use the Vamonos algorithm visualization library (github).