Introduction - If you have any usage issues, please Google them yourself
Procedures in the C environment compiled through, a total of 5function. Are Introduce, shortestdistance, Floyed, display and main.
Its functions are:
Introduce: place of presentation function.
Shortestdistance: compute the shortest distance.
Floyed: Floyed algorithm for the shortest distance.
Display: print two locations of the path and the shortest distance to the screen.
Main: overall control function and provides original data.