https://en.wikipedia.org/wiki/Floyd%E2%80%93Warshall_algorithm
Looking at Wikipedia, I'm studying Floyd-Warshall.
In the example section, On one distance matrix When j and k are the same or j and k same, I want to know why (i,j,k)==(i,j,k-1) With the meaning of k.