Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/filipporanza/all_shortest_path

Floyd-Warshall Algorithm implementation
https://github.com/filipporanza/all_shortest_path

all-shortest-path floyd-warshall-algorithm graph minimal-spanning-tree

Last synced: about 1 month ago
JSON representation

Floyd-Warshall Algorithm implementation

Awesome Lists containing this project

README

        

# all_shortest_path
![example workflow](https://github.com/FilippoRanza/all_shortest_path/actions/workflows/rust.yml/badge.svg)
![crates.io](https://img.shields.io/crates/v/all_shortest_path.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

Floyd-Warshall Algorithm implementation

## Description
`all_shortest_path` provides a simple [Floyd-Warshall](https://en.wikipedia.org/wiki/Floyd%E2%80%93Warshall_algorithm) implementation.