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