Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darthakiranihil/fufloyd

A program to find the shortest paths in a graph, defined by its weight matrix, using Floyd Algorithm
https://github.com/darthakiranihil/fufloyd

cpp cpp17 discrete-mathematics example-project floyd-algorithm university-assignment

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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