Algorithms (Oct 2020)

Algorithms for Finding Shortest Paths in Networks with Vertex Transfer Penalties

  • Rhyd Lewis

DOI
https://doi.org/10.3390/a13110269
Journal volume & issue
Vol. 13, no. 11
p. 269

Abstract

Read online

In this paper we review many of the well-known algorithms for solving the shortest path problem in edge-weighted graphs. We then focus on a variant of this problem in which additional penalties are incurred at the vertices. These penalties can be used to model things like waiting times at road junctions and delays due to transfers in public transport. The usual way of handling such penalties is through graph expansion. As an alternative, we propose two variants of Dijkstra’s algorithm that operate on the original, unexpanded graph. Analyses are then presented to gauge the relative advantages and disadvantages of these methods. Asymptotically, compared to using Dijkstra’s algorithm on expanded graphs, our first variant is faster for very sparse graphs but slower with dense graphs. In contrast, the second variant features identical worst-case run times.

Keywords