https://github.com/cosmojelly/k-shortest-path-using-mpi-and-openmp
This is my final project of Parallel and Distributed Computing which solves the K Shortest Path Problem using parallelized Djkistra's Algorithm.
https://github.com/cosmojelly/k-shortest-path-using-mpi-and-openmp
dijkstra-shortest-path mpi openmp-parallelization
Last synced: 3 months ago
JSON representation
This is my final project of Parallel and Distributed Computing which solves the K Shortest Path Problem using parallelized Djkistra's Algorithm.
- Host: GitHub
- URL: https://github.com/cosmojelly/k-shortest-path-using-mpi-and-openmp
- Owner: CosmoJelly
- Created: 2024-05-10T04:17:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-10T04:18:51.000Z (about 1 year ago)
- Last Synced: 2025-02-16T08:17:06.777Z (4 months ago)
- Topics: dijkstra-shortest-path, mpi, openmp-parallelization
- Language: C
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K-Shortest-Path-Using-MPI-and-OpenMP
This is my final project of Parallel and Distributed Computing which solves the K Shortest Path Problem using parallelized Djkistra's Algorithm.To run the code use this command: mpicc -o src src.c -fopenmp