English

A simpler and more efficient algorithm for the next-to-shortest path problem

Data Structures and Algorithms 2012-03-22 v1

Abstract

Given an undirected graph G=(V,E)G=(V,E) with positive edge lengths and two vertices ss and tt, the next-to-shortest path problem is to find an stst-path which length is minimum amongst all stst-paths strictly longer than the shortest path length. In this paper we show that the problem can be solved in linear time if the distances from ss and tt to all other vertices are given. Particularly our new algorithm runs in O(VlogV+E)O(|V|\log |V|+|E|) time for general graphs, which improves the previous result of O(V2)O(|V|^2) time for sparse graphs, and takes only linear time for unweighted graphs, planar graphs, and graphs with positive integer edge lengths.

Keywords

Cite

@article{arxiv.1105.0608,
  title  = {A simpler and more efficient algorithm for the next-to-shortest path problem},
  author = {Bang Ye Wu},
  journal= {arXiv preprint arXiv:1105.0608},
  year   = {2012}
}

Comments

Partial result appeared in COCOA2010

R2 v1 2026-06-21T18:02:13.500Z