Graph Algorithms (4+3+3+5 = 15 algs)
- Elementary
• BFS
• DFS
• Topological Sort
• SCC - MST
• Generic-MST
• Kruskal
• Prim - SSSP
• Bellman-Ford
• SSSP-DAG
• Dijkstra - APSP
• Slow-Matrix-Mulplication
• Faster-Matrix-Mulplication
• Floyd-Warshall
• Transitive Clousure
• Johnson