Fast Self-Stabilizing Minimum Spanning Tree Construction Using Compact Nearest Common Ancestor Labeling Scheme
L\'elia Blin (LIP6), Shlomi Dolev, Maria Gradinariu Potop-Butucaru, (LIP6), Stephane Rovedakis (CEDRIC)

TL;DR
This paper introduces a new self-stabilizing algorithm for constructing minimum spanning trees that significantly improves convergence time using a compact nearest common ancestor labeling scheme, with a trade-off in space complexity.
Contribution
The paper presents the first self-stabilizing MST algorithm utilizing a compact nearest common ancestor labeling scheme, reducing convergence time.
Findings
Converges in O(n^2) rounds, faster than previous algorithms.
Uses only O(log^2 n) bits of space for labeling.
Achieves a multiplicative improvement in convergence time.
Abstract
We present a novel self-stabilizing algorithm for minimum spanning tree (MST) construction. The space complexity of our solution is bits and it converges in rounds. Thus, this algorithm improves the convergence time of previously known self-stabilizing asynchronous MST algorithms by a multiplicative factor , to the price of increasing the best known space complexity by a factor . The main ingredient used in our algorithm is the design, for the first time in self-stabilizing settings, of a labeling scheme for computing the nearest common ancestor with only bits.
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
TopicsPeer-to-Peer Network Technologies · Distributed systems and fault tolerance · Data Management and Algorithms
