Graph Algorithms
1.DFS2.BFS3.Prim's MST4.Kruskal (MST)5.Dijkstra’s Algorithm(Single Source Shortest Path)6. Floyd Warshall's Algorithm(All Pair Sortest Path)7. Topological Sort8. Find if the given edge is a bridge in graph.
Last updated
Was this helpful?