This is a program to find the shortest paths in a graph, defined by its weight matrix
The program is able to apply Floyd Algorithm to graphs, defined in:
- A weight matrix that's been entered in the program
- A weight matrix that's in a text file
This project is licensed under Apache 2.0 license