I am referring this tutorial: http://www.geeksforgeeks.org/dynamic-programming-set-16-floyd-warshall-algorithm/
The author mentions this:
We can modify the solution to print the shortest paths also by storing the predecessor information in a separate 2D matrix.
Am a bit confused at what this predecessor information is.
So, how do I store the path for displaying later?