McqMate
Q. |
Which of the following is not the algorithm to find the minimum spanning tree of the given graph? |
A. | boruvka’s algorithm |
B. | prim’s algorithm |
C. | kruskal’s algorithm |
D. | bellman–ford algorithm |
Answer» D. bellman–ford algorithm | |
Explanation: the boruvka’s algorithm, prim’s algorithm and kruskal’s algorithm are the algorithms that can be used to find the minimum spanning tree of the given graph. the bellman-ford algorithm is used to find the shortest path from the single source to all other vertices. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet