| Floyd's Algorithm | Base Network | Prior [Iter 0] | Next [Iter 2] | Final Results |
![]() |
Iteration k=1
|
||||||||||||||||||||||||||||||||||||
| Iteration 1. Using k=1 as a potential intermediate node, update the matrix using d(i,j) = min[ d(i,j), (d(i,k) + d(k,j)) ]. Here, cells (3,2) and (4,2) are each now connected using node 1 as an intermediate node. Note that elements in the kth row and column are not updated. | |||||||||||||||||||||||||||||||||||||