Constant-Time Dynamic Weight Approximation for Minimum Spanning Forest
Monika Henzinger, Pan Peng

TL;DR
This paper introduces two algorithms for maintaining a near-accurate minimum spanning forest weight in dynamic graphs, achieving constant or near-logarithmic update times under various conditions, advancing the efficiency of dynamic graph algorithms.
Contribution
The paper presents deterministic and randomized algorithms for dynamic MSF weight approximation with improved worst-case update times, including constant-time for fixed weights and near-logarithmic for certain weight ranges.
Findings
Deterministic algorithm has $O(W^2 rac{ ext{log} W}{ ext{varepsilon}^3})$ worst-case update time.
Randomized algorithm achieves $O(rac{ ext{log} W}{ ext{varepsilon}^4})$ worst-case update time under specific weight bounds.
Lower bounds show super-constant time is necessary for deterministic data structures with certain weight ranges.
Abstract
We give two fully dynamic algorithms that maintain a -approximation of the weight of a minimum spanning forest (MSF) of an -node graph with edges weights in , for any . (1) Our deterministic algorithm takes worst-case update time, which is if both and are constants. Note that there is a lower bound by Patrascu and Demaine (SIAM J. Comput. 2006) which shows that it takes time per operation to maintain the exact weight of an MSF that holds even in the unweighted case, i.e. for . We further show that any deterministic data structure that dynamically maintains the -approximate weight of an MSF requires super constant time per operation, if . (2) Our randomized (Monte-Carlo style) algorithm works with high…
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 · Privacy-Preserving Technologies in Data · Advanced Graph Theory Research
