Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 634 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 634 Bytes

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).