Constant-Time Dynamic Weight Approximation for Minimum Spanning Forest

11/02/2020
by   Monika Henzinger, et al.
0

We give two fully dynamic algorithms that maintain a (1+ε)-approximation of the weight M of the minimum spanning forest of an n-node graph G with edges weights in [1,W], for any ε>0. (1) Our deterministic algorithm takes O(W^2 log W/ε^3) worst-case update time, which is O(1) if both W and ε are constants. Note that there is a lower bound by Patrascu and Demaine (SIAM J. Comput. 2006) shows that it takes Ω(log n) time per operation to maintain the exact weight of the MSF that holds even in the unweighted case, i.e. for W=1. We further show that any deterministic data structure that dynamically maintains the (1+ε)-approximate weight of the MSF requires super constant time per operation, if W≥ (log n)^ω_n(1). (2) Our randomized (Monte-Carlo style) algorithm works with high probability and runs in worst-case O(1/ε^4log^3(1/ε)) update time if W is not too large, more specifically, if W= O((m^*)^1/6/log n), where m^* is the minimum number of edges in the graph throughout all the updates. It works even against an adaptive adversary. We complement this result by showing that for any constant ε,α>0 and W=n^α, any (randomized) data structure that dynamically maintains the weight of the MSF of a graph G with edge weights in [1,W] and W = Ω(ε m^*) within a multiplicative factor of (1+ε) takes Ω(log n) time per operation.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
07/10/2019

Constant-Time Dynamic (Δ+1)-Coloring and Weight Approximation for Minimum Spanning Forest: Dynamic Algorithms Meet Property Testing

With few exceptions (namely, algorithms for maximal matching, 2-approxim...
research
05/16/2018

Improved Worst-Case Deterministic Parallel Dynamic Minimum Spanning Forest

This paper gives a new deterministic algorithm for the dynamic Minimum S...
research
06/22/2021

Fully Dynamic Algorithms for Minimum Weight Cycle and Related Problems

We consider the directed minimum weight cycle problem in the fully dynam...
research
10/06/2022

(1-ε)-approximate fully dynamic densest subgraph: linear space and faster update time

We consider the problem of maintaining a (1-ϵ)-approximation to the dens...
research
01/29/2020

Decremental SSSP in Weighted Digraphs: Faster and Against an Adaptive Adversary

Given a dynamic digraph G = (V,E) undergoing edge deletions and given s∈...
research
07/11/2022

Simple Dynamic Spanners with Near-optimal Recourse against an Adaptive Adversary

Designing dynamic algorithms against an adaptive adversary whose perform...
research
04/30/2020

Fully-Dynamic Coresets

With input sizes becoming massive, coresets—small yet representative sum...

Please sign up or login with your details

Forgot password? Click here to reset