Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 376 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 376 Bytes

Pedagogical Simulation of Graph Algorithms

Graph algorithms are an abstract subject in computer science, often making it a difficult subject to learn and teach. The goal of this project is to produce interactive online simulations for some basic graph algorithms (e.g., breadth-first search, depth-first search, Dijkstra's, Bellman-Ford, etc.) for use as pedagogical aids.