pith. machine review for the scientific record. sign in

arxiv: 1705.02044 · v1 · submitted 2017-05-04 · 💻 cs.DS

Recognition: unknown

A Survey of Shortest-Path Algorithms

Authors on Pith no claims yet
classification 💻 cs.DS
keywords shortest-pathalgorithmtaxonomyalgorithmssurveywhetherassociatedgraph
0
0 comments X
read the original abstract

A shortest-path algorithm finds a path containing the minimal cost between two vertices in a graph. A plethora of shortest-path algorithms is studied in the literature that span across multiple disciplines. This paper presents a survey of shortest-path algorithms based on a taxonomy that is introduced in the paper. One dimension of this taxonomy is the various flavors of the shortest-path problem. There is no one general algorithm that is capable of solving all variants of the shortest-path problem due to the space and time complexities associated with each algorithm. Other important dimensions of the taxonomy include whether the shortest-path algorithm operates over a static or a dynamic graph, whether the shortest-path algorithm produces exact or approximate answers, and whether the objective of the shortest-path algorithm is to achieve time-dependence or is to only be goal directed. This survey studies and classifies shortest-path algorithms according to the proposed taxonomy. The survey also presents the challenges and proposed solutions associated with each category in the taxonomy.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. GraphDC: A Divide-and-Conquer Multi-Agent System for Scalable Graph Algorithm Reasoning

    cs.AI 2026-04 unverdicted novelty 6.0

    GraphDC applies divide-and-conquer multi-agent LLM reasoning to graph algorithms by decomposing graphs into subgraphs for local agents and integrating via a master agent, outperforming direct methods especially on lar...

  2. Context-KG: Context-Aware Knowledge Graph Visualization with User Preferences and Ontological Guidance

    cs.HC 2026-04 unverdicted novelty 5.0

    Context-KG uses LLMs to extract user preferences and context from natural language, driving ontology-guided layouts and insights for knowledge graph visualization that improve interpretability and task performance ove...

  3. Learning Dominant States in Elementary Resource Constrained Shortest Path Problems

    math.OC 2026-05 unverdicted novelty 4.0

    Supervised learning on states collected from ERCSPP relaxations identifies dominant states effectively within instances but shows declining performance on unseen instances.