51. Which of the following is a possible result of depth first traversal of the given graph(consider 1 to be source element)?
/1725273951-192-4.png)
52. What is the running time of the Floyd Warshall Algorithm?
53. Bellmann Ford Algorithm can be applied for . . . . . . . .
54. The Breadth First Search traversal of a graph will result into?
55. Which of the following data structure is used to implement DFS?
56. A person wants to visit some places. He starts from a vertex and then wants to visit every vertex till it finishes from one vertex, backtracks and then explore other vertex from same vertex. What algorithm he should use?
57. Consider the given graph.
/1725274849-198-2.png)
What is the weight of the minimum spanning tree using the Prim's algorithm,starting from vertex a?
/1725274849-198-2.png)
What is the weight of the minimum spanning tree using the Prim's algorithm,starting from vertex a?
58. Consider a complete graph G with 4 vertices. The graph G has . . . . . . . . spanning trees.
59. Branch and bound is a . . . . . . . .
60. Floyd Warshall's Algorithm can be applied on . . . . . . . .
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.