I\'m using the Floyd Warshall algorithm to find and register the shortest path between two pairs. I need to use a matrix (n x n), and then process it in the algorithm. I\'m usin