Skip to content

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

License

Notifications You must be signed in to change notification settings

chantalmaskell/Floyd-Warshall-Recursion

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published