Vidyalelo
Data Structure · Q78

Graph Algorithms (DFS, BFS, Dijkstras, etc)

Programming · Data Structure · question 78

Q78

How many times the for loop in the Bellmann Ford Algorithm gets executed?

A.
V times
B.
V-1
Answer
C.
E
D.
E-1

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board