Fast Self-Stabilizing Minimum Spanning Tree Construction
L\'elia Blin (IBISC), Shlomi Dolev, Maria Potop-Butucaru (LIP6, INRIA, Rocquencourt), Stephane Rovedakis (IBISC)

TL;DR
This paper introduces a new self-stabilizing algorithm for constructing minimum spanning trees that significantly improves convergence time while maintaining manageable space complexity, using a novel labeling scheme for ancestor computation.
Contribution
The paper presents the first self-stabilizing MST algorithm with improved convergence time and introduces a new labeling scheme for nearest common ancestor computation.
Findings
Converges in O(n^2) rounds, faster than previous algorithms.
Uses only O(log^2 n) bits of space, an increase of O(log n) over prior solutions.
Introduces a novel labeling scheme for nearest common ancestor in self-stabilizing settings.
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 all 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
TopicsDistributed systems and fault tolerance · Advanced Data Storage Technologies · Optimization and Search Problems
