Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chantalmaskell/floyd-warshall-recursion
- Owner: chantalmaskell
- License: mit
- Created: 2023-01-25T21:09:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T18:59:22.000Z (over 1 year ago)
- Last Synced: 2024-10-12T01:22:32.139Z (about 1 month ago)
- Topics: jupyter-notebook, python, unittest, yml
- Language: Jupyter Notebook
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 performanceFor the primary report, please refer to the submitted Word document
To run the testing file, use:
$ pytest floyd_testing.py