1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. What procedure is being followed in Floy...
Q.

What procedure is being followed in Floyd Warshall Algorithm?

A. top down
B. bottom up
C. big bang
D. sandwich
Answer» B. bottom up
Explanation: bottom up procedure is being used to compute the values of the matrix elements dij(k). the input is an n x n matrix.

Discussion