There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Parallel Floyd Warshal algorithm using MPI and OMP. Two different implementations where used. First using repeated squaring similar to matrix multiplication. Second implementation uses the actual FW algorithm.