Constant-Time Dynamic Weight Approximation for Minimum Spanning Forest
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 probability and runs in worst-case update time if , where is the minimum number of edges in the graph throughout all the updates. It works even against an adaptive adversary. This implies a randomized algorithm with worst-case update time, whenever and is constant. We complement this result by showing that for any constant and , any (randomized) data structure that dynamically maintains the weight of an MSF of a graph with edge weights in and within a multiplicative factor of takes time per operation.
Cite
@article{arxiv.2011.00977,
title = {Constant-Time Dynamic Weight Approximation for Minimum Spanning Forest},
author = {Monika Henzinger and Pan Peng},
journal= {arXiv preprint arXiv:2011.00977},
year = {2021}
}
Comments
Partial results have been reported in arXiv:1907.04745