Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chantalmaskell/floyd-warshall-recursion

Software Development project to create a recursive implementation of the Floyd-Warshall algorithm
https://github.com/chantalmaskell/floyd-warshall-recursion

jupyter-notebook python unittest yml

Last synced: 9 days ago
JSON representation

Software Development project to create a recursive implementation of the Floyd-Warshall algorithm

Awesome Lists containing this project

README

        

# Module 2: Software Development - Floyd Warshall Recursive Algorithm

This piece of work aims to develop an application of the Floyd Warshall Algorithm using recursive techniques
The performance of the recursive technique has been compared against an imperative implementation, using various methods to measure performance

For the primary report, please refer to the submitted Word document

To run the testing file, use:

$ pytest floyd_testing.py