English

Shortest non-separating st-path on chordal graphs

Data Structures and Algorithms 2021-02-10 v3

Abstract

Many NP-Hard problems on general graphs, such as maximum independence set, maximal cliques and graph coloring can be solved efficiently on chordal graphs. In this paper, we explore the problem of non-separating st-paths defined on edges: for a connected undirected graph and two vertices, a non-separating path is a path between the two vertices such that if we remove all the edges on the path, the graph remains connected. We show that on general graphs, checking the existence of non-separating st-paths is NP-Hard, but the same problem can be solved in linear time on chordal graphs. In the case that such path exists, we introduce an algorithm that finds the shortest non-separating st-path on a connected chordal graph of nn vertices and mm edges with positive edge lengths that runs in O(nlogn+m)O(n\log{n} + m) time.

Keywords

Cite

@article{arxiv.2101.03519,
  title  = {Shortest non-separating st-path on chordal graphs},
  author = {Xiao Mao},
  journal= {arXiv preprint arXiv:2101.03519},
  year   = {2021}
}

Comments

Fixed one misleading typo as well as some other minor issues in section 6.1.1 Some further polishment for submission to ICALP 2021

R2 v1 2026-06-23T21:57:39.991Z