English

A Simple Algorithm For Replacement Paths Problem

Data Structures and Algorithms 2015-11-24 v1

Abstract

Let G=(V,E)(|V|=n and |E|=m) be an undirected graph with positive edge weights. Let P_{G}(s, t) be a shortest s-t path in G. Let l be the number of edges in P_{G}(s, t). The \emph{Edge Replacement Path} problem is to compute a shortest s-t path in G\{e}, for every edge e in P_{G}(s, t). The \emph{Node Replacement Path} problem is to compute a shortest s-t path in G\{v}, for every vertex v in P_{G}(s, t). In this paper we present an O(T_{SPT}(G)+m+l^2) time and O(m+l^2) space algorithm for both the problems. Where, T_{SPT}(G) is the asymptotic time to compute a single source shortest path tree in G. The proposed algorithm is simple and easy to implement.

Keywords

Cite

@article{arxiv.1511.06905,
  title  = {A Simple Algorithm For Replacement Paths Problem},
  author = {Anjeneya Swami Kare},
  journal= {arXiv preprint arXiv:1511.06905},
  year   = {2015}
}

Comments

11 pages

R2 v1 2026-06-22T11:51:14.930Z