Skip to content

aafulei/cpp-parallel-bellman-ford

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallelizing Bellman-Ford Algorithm with Multiple Programming Models

Bellman-Ford algorithm is useful in identifying arbitrage opportunities in foreign exchange markets. With an aim for speed, I parallelized the shortest-path algorithm using distributed-memory programming (MPI), shared-memory programming (OpenMP), and GPU programming (CUDA).

About

Parallel implementations of Bellman-Ford algorithm with MPI, OpenMP and CUDA.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published