This document compares the parallel implementations of Dijkstra's and Bellman Ford algorithms for solving the single source shortest path problem in graphs. It discusses distributing graph nodes across processors, using parallel prefix to find the shortest path, and broadcasting results. Performance analyses show Dijkstra's and Bellman Ford have near-linear speedups and better scaling to larger graphs in parallel compared to sequential implementations.