English

Finding shortest non-separating and non-disconnecting paths

Data Structures and Algorithms 2022-02-22 v1

Abstract

For a connected graph G=(V,E)G = (V, E) and s,tVs, t \in V, a non-separating ss-tt path is a path PP between ss and tt such that the set of vertices of PP does not separate GG, that is, GV(P)G - V(P) is connected. An ss-tt path is non-disconnecting if GE(P)G - E(P) is connected. The problems of finding shortest non-separating and non-disconnecting paths are both known to be NP-hard. In this paper, we consider the problems from the viewpoint of parameterized complexity. We show that the problem of finding a non-separating ss-tt path of length at most kk is W[1]-hard parameterized by kk, while the non-disconnecting counterpart is fixed-parameter tractable parameterized by kk. We also consider the shortest non-separating path problem on several classes of graphs and show that this problem is NP-hard even on bipartite graphs, split graphs, and planar graphs. As for positive results, the shortest non-separating path problem is fixed-parameter tractable parameterized by kk on planar graphs and polynomial-time solvable on chordal graphs if kk is the shortest path distance between ss and tt.

Keywords

Cite

@article{arxiv.2202.09718,
  title  = {Finding shortest non-separating and non-disconnecting paths},
  author = {Yasuaki Kobayashi and Shunsuke Nagano and Yota Otachi},
  journal= {arXiv preprint arXiv:2202.09718},
  year   = {2022}
}
R2 v1 2026-06-24T09:46:10.765Z