11. Kruskal's algorithm is best suited for the dense graphs than the prim's algorithm.
12. What will be the time complexity of the iterative depth first traversal code(V=no. of vertices E=no.of edges)?
13. Which of the following is true?
14. Bellmann ford algorithm provides solution for . . . . . . . . problems.
15. What is the time complexity of Dijikstra's algorithm?
16. Prim's algorithm is a . . . . . . . .
17. If all the weights of the graph are positive, then the minimum spanning tree of the graph is a minimum cost subgraph.
18. Who described this Best First Search algorithm using heuristic evaluation rule?
19. Dijkstra's Algorithm is the prime example for . . . . . . . .
20. Is Best First Search a searching algorithm used in graphs.
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.