COMPARISON OF SHORTEST PATH ALGORITHMS USING C#
Swati Vishnoi .
Abstract
Open-access reader
Swati Vishnoi .
Abstract
Open-access reader
Many applications like transportation and communication network use shortest path algorithm to find out the shortest path between two or more nodes.In the Single source shortest path algorithm, a shortest path is calculated from one node to another node.In this paper, I have compared the results of the shortest path algorithms (Dijkstra, Bellman Ford) on the basis of running time.I used C# programming language to compare the algorithms.I compared the algorithms on the basis of complexity and space.I also tried to give some advantages and disadvantages of both the algorithms.
OpenAlex reports 1 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Many applications like transportation and communication network use shortest path algorithm to find out the shortest path between two or more nodes.In the Single source shortest path algorithm, a shortest path is calculated from one node to another node.In this paper, I have compared the results of the shortest path algorithms (Dijkstra, Bellman Ford) on the basis of running time.I used C# programming language to compare the algorithms.I compared the algorithms on the basis of complexity and space.I also tried to give some advantages and disadvantages of both the algorithms.
Key concepts: Shortest path problem, Path (computing), Algorithm, Computer science, Theoretical computer science, Computer network, Graph