English

A Simple Distributed Deterministic Planar Separator

Distributed, Parallel, and Cluster Computing 2026-02-27 v1 Data Structures and Algorithms

Abstract

A balanced separator of a graph GG is a set of vertices whose removal disconnects the graph into connected components that are a constant factor smaller than GG. Lipton and Tarjan [FOCS'77] famously proved that every planar graph admits a balanced separator of size O(n)O(\sqrt{n}), as well as a balanced separator of size O(D)O(D) that is a simple path (where DD is GG's diameter). In the centralized setting, both separators can be found in linear time. In the distributed setting, DD is a universal lower bound for the round complexity of solving many optimization problems, so, separators of size O(D)O(D) are preferable. It was not until [DISC'17] that a distributed algorithm was devised by Ghaffari and Parter to compute such an O(D)O(D)-size separator in O~(D)\tilde O(D) rounds, by adapting the Lipton-Tarjan algorithm to the distributed model. Since then, this algorithm was used in several distributed algorithms for planar graphs, e.g., [GP, DISC'17], [LP, STOC'19], [AEDPW, PODC'25]. However, the algorithm is randomized, deeming the algorithms that use it to be randomized as well. Obtaining a deterministic algorithm remained an interesting open question until [PODC'25], when a (complex) deterministic separator algorithm was given by Jauregui, Montealegre and Rapaport. We present a much simpler deterministic separator algorithm with the same (near-optimal) O~(D)\tilde O(D)-round complexity. While previous works devised either complicated or randomized ways of transferring weights from vertices to faces of GG, we show that a straightforward way also works: Each vertex simply transfers its weight to one arbitrary face it lies on. That's it! We note that a deterministic separator algorithm directly derandomizes the state-of-the-art distributed algorithms for classical problems on planar graphs such as single-source shortest-paths, maximum-flow, directed global min-cut, and reachability.

Keywords

Cite

@article{arxiv.2602.22916,
  title  = {A Simple Distributed Deterministic Planar Separator},
  author = {Yaseen Abd-Elhaleem and Michal Dory and Oren Weimann},
  journal= {arXiv preprint arXiv:2602.22916},
  year   = {2026}
}

Comments

19 pages, to appear in SIROCCO 2026

R2 v1 2026-07-01T10:53:47.193Z