The Floyd Algorithm
The Floyd Algorithm:
This algorithm determines the distance between any two nodes in the network.
It uses two square matrices (with 𝑛 rows and 𝑛 columns) for representing a network of 𝑛 nodes.
It uses two square matrices (with 𝑛 rows and 𝑛 columns) for representing a network of 𝑛 nodes.
Comments
Post a Comment