Skip to content

frederickpek/me4101a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.