A Simple Distributed Deterministic Planar Separator
Yaseen Abd-Elhaleem, Michal Dory, Oren Weimann

TL;DR
This paper introduces a simple, deterministic distributed algorithm for finding balanced separators in planar graphs within near-optimal rounds, simplifying previous complex methods and enabling derandomization of key planar graph algorithms.
Contribution
A straightforward deterministic distributed separator algorithm with near-optimal round complexity, simplifying prior complex or randomized approaches.
Findings
Achieves $ ilde O(D)$ round complexity for separator computation.
Simplifies the process by using direct weight transfer to faces.
Enables derandomization of classical planar graph algorithms.
Abstract
A balanced separator of a graph is a set of vertices whose removal disconnects the graph into connected components that are a constant factor smaller than . Lipton and Tarjan [FOCS'77] famously proved that every planar graph admits a balanced separator of size , as well as a balanced separator of size that is a simple path (where is 's diameter). In the centralized setting, both separators can be found in linear time. In the distributed setting, is a universal lower bound for the round complexity of solving many optimization problems, so, separators of size are preferable. It was not until [DISC'17] that a distributed algorithm was devised by Ghaffari and Parter to compute such an -size separator in rounds, by adapting the Lipton-Tarjan algorithm to the distributed model. Since then, this algorithm was used in several…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Distributed systems and fault tolerance · Advanced Graph Theory Research
