Vidyalelo
Data Structure · Q134

Graph Algorithms (DFS, BFS, Dijkstras, etc)

Programming · Data Structure · question 134

Q134

What happens when the value of k is 0 in the Floyd Warshall Algorithm?

A.
1 intermediate vertex
B.
0 intermediate vertex
Answer
C.
N intermediate vertices
D.
N-1 intermediate vertices

Answer: Option B

Solution

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