English

Deterministic subgraph detection in broadcast CONGEST

Distributed, Parallel, and Cluster Computing 2017-09-22 v2 Data Structures and Algorithms

Abstract

We present simple deterministic algorithms for subgraph finding and enumeration in the broadcast CONGEST model of distributed computation: -- For any constant kk, detecting kk-paths and trees on kk nodes can be done in O(1)O(1) rounds. -- For any constant kk, detecting kk-cycles and pseudotrees on kk nodes can be done in O(n)O(n) rounds. -- On dd-degenerate graphs, cliques and 44-cycles can be enumerated in O(d+logn)O(d + \log n) rounds, and 55-cycles in O(d2+logn)O(d^2 + \log n) rounds. In many cases, these bounds are tight up to logarithmic factors. Moreover, we show that the algorithms for dd-degenerate graphs can be improved to optimal complexity O(d/logn)O(d/\log n) and O(d2/logn)O(d^2/\log n), respectively, in the supported CONGEST model, which can be seen as an intermediate model between CONGEST and the congested clique.

Keywords

Cite

@article{arxiv.1705.10195,
  title  = {Deterministic subgraph detection in broadcast CONGEST},
  author = {Janne H. Korhonen and Joel Rybicki},
  journal= {arXiv preprint arXiv:1705.10195},
  year   = {2017}
}
R2 v1 2026-06-22T20:02:15.310Z