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. |
Login to Continue
It will take less than 2 minutes