| Floyd's Algorithm | Base Network: Initialization | Next [Iter 1] | Final Results |
![]() |
Initialization
|
||||||||||||||||||||||||||||||||||||
| Initialization. For a specified network of N nodes, enter all links (i,j) into the corresponding matrix cell. Set all diagonal elements (i,i) to 0 and all other cells to infinity. Find the minimum paths from all nodes to all other nodes. | |||||||||||||||||||||||||||||||||||||