M
Q. What is the running time of Bellmann Ford Algorithm?
Explanation by: Mr. Dubey
bellmann ford algorithm runs in time o(ve), since the initialization takes o(v) for each of v-1 passes and the for loop in the algorithm takes o(e) time. hence the total time taken by the algorithm is o(ve).
You must be Logged in to update hint/solution
Be the first to start discuss.
Related MCQs
Q. In virtual memory, which is not a page replacement algorithm ?
Q. A variable of type char can hold the value 301.
Q. The main difference between SNMPv3 and SNMPv2 is _______
Q. A NAND based S’-R’ latch can be converted into S-R latch by placing
Q. Which of the following statements create a dictionary?
Question analytics

Discusssion
Login to discuss.