main webpage
W Topic
Dijkstra's Algorithm
Processes • Vol 11 • No 8
An Improved Discrete Jaya Algorithm for Shortest Path Problems in Transportation-Related Processes
2023
Shortest path problems are encountered in many engineering applications, e.g., intelligent transportation, robot path planning, and smart logistics. The environmental changes as sensed and transmitted via the Internet of Things make the shortest path change f…
Article

Dijkstra's Algorithm

Graph search algorithm

Dijkstra's algorithm ( DYKE -strəz) is an algorithm for finding the shortest paths between nodes in a weighted graph, which may represent, for example, road networks. It was conceived by computer scientist Edsger W. Dijkstra in 1956 and published three years later.

The algorithm exists in many variants. Dijkstra's original algorithm found the shortest path between two given nodes, but a more common variant fixes a single node as the "source" node and finds shortest paths from the source to all other nodes in the graph, producing a shortest-path tree.

For a given source node in the graph, the algorithm finds the shortest path between that node and every other.

Exploring foci of:
Processes • Vol 11 • No 8
An Improved Discrete Jaya Algorithm for Shortest Path Problems in Transportation-Related Processes
2023
Shortest path problems are encountered in many engineering applications, e.g., intelligent transportation, robot path planning, and smart logistics. The environmental changes as sensed and transmitted via the Internet of Things make the shortest path change frequently, thus posing ever-increasing difficulty for traditional methods to meet the real-time requirements of many applications. Therefore, developing more efficient solutions has become particularly important. This paper presents an improved discrete Jaya a…
Click Dijkstra's Algorithm Vs:
Computer Science
Ant Colony Optimization Algorithms
Algorithm
Robot
Artificial Intelligence
Mathematics
Theoretical Computer Science
Programming Language