Skip to content

A program to find the shortest paths in a graph, defined by its weight matrix, using Floyd Algorithm

License

Notifications You must be signed in to change notification settings

DarthAkiraNihil/FuFloyd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuFloyd

This is a program to find the shortest paths in a graph, defined by its weight matrix

The functional

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

License

This project is licensed under Apache 2.0 license