English

Algorithms for the minimum non-separating path and the balanced connected bipartition problems on grid graphs (With erratum)

Data Structures and Algorithms 2014-02-11 v2

Abstract

For given a pair of nodes in a graph, the minimum non-separating path problem looks for a minimum weight path between the two nodes such that the remaining graph after removing the path is still connected. The balanced connected bipartition (BCP2_2) problem looks for a way to bipartition a graph into two connected subgraphs with their weights as equal as possible. In this paper we present an algorithm in time O(NlogN)O(N\log N) for finding a minimum weight non-separating path between two given nodes in a grid graph of NN nodes with positive weight. This result leads to a 5/4-approximation algorithm for the BCP2_2 problem on grid graphs, which is the currently best ratio achieved in polynomial time. We also developed an exact algorithm for the BCP2_2 problem on grid graphs. Based on the exact algorithm and a rounding technique, we show an approximation scheme, which is a fully polynomial time approximation scheme for fixed number of rows.

Keywords

Cite

@article{arxiv.1105.5915,
  title  = {Algorithms for the minimum non-separating path and the balanced connected bipartition problems on grid graphs (With erratum)},
  author = {Bang Ye Wu},
  journal= {arXiv preprint arXiv:1105.5915},
  year   = {2014}
}

Comments

With erratum

R2 v1 2026-06-21T18:14:28.887Z