McqMate
| Q. |
Dijikstra’s Algorithm is more efficient than Bellmann Ford Algorithm. |
| A. | true |
| B. | false |
| Answer» A. true | |
| Explanation: the running time of bellmann ford algorithm is o(ve) whereas dijikstra’s algorithm has running time of only o(v2). | |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet