21. Prim's algorithm resembles Dijkstra's algorithm.
22. What is the running time of an unweighted shortest path algorithm whose augmenting path is the path with the least number of edges?
23. Worst case is the worst case time complexity of Prim's algorithm if adjacency matrix is used?
24. Which algorithm is used in graph traversal and path finding?
25. Breadth First Search is equivalent to which of the traversal in the Binary Trees?
26. Regarding implementation of Depth First Search using stacks, what is the maximum distance between two nodes present in the stack? (considering each edge length 1)
27. Floyd Warshall algorithm was proposed by . . . . . . . .
28. The Depth First Search traversal of a graph will result into?
29. What is the time complexity of Kruskal's algorithm?
30. Which of the following is false in the case of a spanning tree of a graph G?
Read More Section(Graph Algorithms (DFS, BFS, Dijkstras, etc))
Each Section contains maximum 100 MCQs question on Graph Algorithms (DFS, BFS, Dijkstras, etc). To get more questions visit other sections.