41. Identify the correct Bellmann Ford Algorithm.
42. Which of the following is an example of Best First Search algorithm?
43. Prim's algorithm is also known as . . . . . . . .
44. Consider the graph shown below.
/1725275013-198-7.png)
Which of the following edges form the MST of the given graph using Prim'a algorithm, starting from vertex 4.
/1725275013-198-7.png)
Which of the following edges form the MST of the given graph using Prim'a algorithm, starting from vertex 4.
45. Consider the following statements.
S1. Kruskal's algorithm might produce a non-minimal spanning tree.
S2. Kruskal's algorithm can efficiently implemented using the disjoint-set data structure.
S1. Kruskal's algorithm might produce a non-minimal spanning tree.
S2. Kruskal's algorithm can efficiently implemented using the disjoint-set data structure.
46. Bellmann Ford Algorithm is an example for . . . . . . . .
47. What is the other name of the greedy best first search?
48. Time Complexity of Breadth First Search is? (V - number of vertices, E - number of edges)
49. Which of the following traversal in a binary tree is similar to depth first traversal?
50. Kruskal's algorithm is a . . . . . . . .
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.