91. Dijkstra's Algorithm is used to solve . . . . . . . . problems.
92. What will be the result of depth first traversal in the following tree?
/1725273849-192-3.png)
93. Which data structure is used for implementing a LIFO branch and bound strategy?
94. In the given graph, what is the minimum cost to travel from vertex 1 to vertex 3?
/1725275922-202-13.png)
95. What is the space complexity of standard DFS(V: no. of vertices E: no. of edges)?
96. A person wants to visit some places. He starts from a vertex and then wants to visit every place connected to this vertex and so on. What algorithm he should use?
97. How many solution/solutions are available for a graph having negative weight cycle?
98. Kruskal's algorithm is used to . . . . . . . .
99. Both LIFO branch and bound strategy and backtracking leads to depth first search.
100. Which of the following is false about the Kruskal's algorithm?
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.