This paper is published in Volume-7, Issue-4, 2021
Area
Graph Theory
Author
Dr. Siva Prasad Behera, Dr. Debdas Mishra, Dr. Subarna Bhattacharjee, Prasanta Kumar Raut
Org/Univ
C.V. Raman Global University, Bhubaneswar, Odisha, India
Pub. Date
17 August, 2021
Paper ID
V7I4-1770
Publisher
Keywords
All-Pairs Shortest Path, Adjacency Matrix, Binary Heap, Dijkstra's Algorithm, Single-Destination Path, Time Complexity

Citationsacebook

IEEE
Dr. Siva Prasad Behera, Dr. Debdas Mishra, Dr. Subarna Bhattacharjee, Prasanta Kumar Raut. A modified approach in shortest path algorithm, International Journal of Advance Research, Ideas and Innovations in Technology, www.IJARIIT.com.

APA
Dr. Siva Prasad Behera, Dr. Debdas Mishra, Dr. Subarna Bhattacharjee, Prasanta Kumar Raut (2021). A modified approach in shortest path algorithm. International Journal of Advance Research, Ideas and Innovations in Technology, 7(4) www.IJARIIT.com.

MLA
Dr. Siva Prasad Behera, Dr. Debdas Mishra, Dr. Subarna Bhattacharjee, Prasanta Kumar Raut. "A modified approach in shortest path algorithm." International Journal of Advance Research, Ideas and Innovations in Technology 7.4 (2021). www.IJARIIT.com.

Abstract

In most graph theory problems, the shortest path problem or SPP is the problem of determining a distance between two nodes (or vertices) in a weighted graph in order that the sum of the weights of its constituent edges is minimized. In a connected graph there exists at least one path between every pair of vertices. In a weighted graph, the path between a pair of vertices for which the sum of the weights of the constituent edges is minimum is called the shortest path between them. Here in this paper, we developed a new algorithm to determine the shortest path of a weighted graph which is an improvement over Dijkstra’s algorithm so as to obtain all the shortest paths of a given weighted graph. Let us first recollect Dijkstra’s algorithm so as to easily comprehend our result