International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 54 - Number 10 |
Year of Publication: 2012 |
Authors: Dhirendra Pratap Singh, Nilay Khare |
10.5120/8603-2371 |
Dhirendra Pratap Singh, Nilay Khare . A Study of Different Parallel Implementations of Single Source Shortest Path Algorithms. International Journal of Computer Applications. 54, 10 ( September 2012), 26-30. DOI=10.5120/8603-2371
We present a study of parallel implementations of single source shortest path (SSSP) algorithms. In the last three decades number of parallel SSSP algorithms have been developed and implemented on the different type of machines. We have divided some of these implementations into two groups, first are those where parallelization is achieved in the internal operations of sequential SSSP algorithm and second are where an actual graph is divided into sub-graphs, and serial SSSP algorithm executes parallel on separate processing units for each sub-graph. These parallel implementations have used PRAM, CRAY super-computer, dynamically reconfigurable processor and Graphics processing unit as platform to run them.