This repository contains Floyd's Algorith learning materials, code, data, and supporting documents examined against Quinn's PCAM methodoly
configs/- Configuration files for experiments or projects.data/- Datasets used by scripts and analyses.logs/- Output logs generated during runs.models/- Saved machine learning models or other artifacts.results/- Generated results, figures, or output documents.scripts/- Utility scripts for data processing or workflow orchestration.src/- Source code for projects (e.g., CUDA implementation of Floyd-Warshall).
src/floyd_warshall_cuda.cu- CUDA implementation of the Floyd-Warshall algorithm.src/floyd_warshall_fwp_cuda.ipynb- Jupyter notebook exploring the CUDA implementation.results/- Contains artifacts and other generated files.
- Clone the repository:
git clone https://github.com/StellaWava/GPU-Moderinization--Floyd-Algorith.git cd classwk - Inspect the
src/folder for code examples and projects. - Use
scripts/for any preprocessing or automation tasks.
Opensource
For questions, reach out to the repository owner: https://www.stelladataarc.com/parallel-systems.html