Skip to content

Graph ADT

Compare
Choose a tag to compare
@Sceptres Sceptres released this 04 Apr 15:32
· 49 commits to main since this release

The graph ADT. Contains directed and undirected graphs represented through the adjacency list representation taught in 2C03. Also contains Dijkstra's algorithm to compute the shortest path between 2 nodes in the graph.