# On the Complexity of Distributed Splitting Problems

**Authors:** Philipp Bamberger, Mohsen Ghaffari, Fabian Kuhn, Yannic Maus, Jara, Uitto

arXiv: 1905.11573 · 2019-05-29

## TL;DR

This paper explores the distributed complexity of the weak splitting problem, showing efficient algorithms for nearly regular graphs and connecting the problem's complexity to broader symmetry breaking challenges.

## Contribution

It provides new deterministic and randomized algorithms for weak splitting in nearly regular graphs, advancing understanding of symmetry breaking in distributed computing.

## Key findings

- Deterministic algorithm for weak splitting when minimum degree is logarithmic in n.
- Randomized algorithm for weak splitting with specific degree conditions.
- Connection between weak splitting complexity and broader symmetry breaking problems.

## Abstract

One of the fundamental open problems in the area of distributed graph algorithms is the question of whether randomization is needed for efficient symmetry breaking. While there are fast, $\text{poly}\log n$-time randomized distributed algorithms for all of the classic symmetry breaking problems, for many of them, the best deterministic algorithms are almost exponentially slower. The following basic local splitting problem, which is known as the \emph{weak splitting} problem takes a central role in this context: Each node of a graph $G=(V,E)$ has to be colored red or blue such that each node of sufficiently large degree has at least one node of each color among its neighbors. Ghaffari, Kuhn, and Maus [STOC '17] showed that this seemingly simple problem is complete w.r.t. the above fundamental open question in the following sense: If there is an efficient $\text{poly}\log n$-time determinstic distributed algorithm for weak splitting, then there is such an algorithm for all locally checkable graph problems for which an efficient randomized algorithm exists. In this paper, we investigate the distributed complexity of weak splitting and some closely related problems. E.g., we obtain efficient algorithms for special cases of weak splitting, where the graph is nearly regular. In particular, we show that if $\delta$ and $\Delta$ are the minimum and maximum degrees of $G$ and if $\delta=\Omega(\log n)$, weak splitting can be solved deterministically in time $O\big(\frac{\Delta}{\delta}\cdot\text{poly}(\log n)\big)$. Further, if $\delta = \Omega(\log\log n)$ and $\Delta\leq 2^{\varepsilon\delta}$, there is a randomized algorithm with time complexity $O\big(\frac{\Delta}{\delta}\cdot\text{poly}(\log\log n)\big)$.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.11573/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1905.11573/full.md

## References

22 references — full list in the complete paper: https://tomesphere.com/paper/1905.11573/full.md

---
Source: https://tomesphere.com/paper/1905.11573