Dynamic Minimum Spanning Forest with Subpolynomial Worst-case Update Time
Danupon Nanongkai, Thatchaphol Saranurak, Christian Wulff-Nilsen

TL;DR
This paper introduces a Las Vegas algorithm for dynamically maintaining a minimum spanning forest with subpolynomial worst-case update time, significantly improving previous algorithms and employing novel improvements to existing techniques.
Contribution
It presents a new algorithm achieving $O(n^{o(1)})$ worst-case update time, improving upon prior work by combining and enhancing existing frameworks and techniques.
Findings
Achieves $O(n^{o(1)})$ worst-case update time with high probability.
Improves decremental low-conductance cut removal to subpolynomial time.
Develops a new approach for maintaining minimum spanning forests in sparse graphs.
Abstract
We present a Las Vegas algorithm for dynamically maintaining a minimum spanning forest of an -node graph undergoing edge insertions and deletions. Our algorithm guarantees an worst-case update time with high probability. This significantly improves the two recent Las Vegas algorithms by Wulff-Nilsen [STOC'17] with update time for some constant and, independently, by Nanongkai and Saranurak [STOC'17] with update time (the latter works only for maintaining a spanning forest). Our result is obtained by identifying the common framework that both two previous algorithms rely on, and then improve and combine the ideas from both works. There are two main algorithmic components of the framework that are newly improved and critical for obtaining our result. First, we improve the update time from in…
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.
