Approximating the Minimum Spanning Tree Weight in Sublinear Time

  • Authors:
  • Bernard Chazelle;Ronitt Rubinfeld;Luca Trevisan

  • Affiliations:
  • -;-;-

  • Venue:
  • ICALP '01 Proceedings of the 28th International Colloquium on Automata, Languages and Programming,
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a probabilistic algorithm that, given a connected graph G (represented by adjacency lists) of maximum degree d, with edge weights in the set {1; ... ; ω}, and given a parameter 0 O(dωƐċ2 log ω/Ɛ) the weight of the minimum spanning tree of G with a relative error of at most Ɛ. Note that the running time does not depend on the number of vertices in G. We also prove a nearly matching lower bound of Ω(dωƐċ2) on the probe and time complexity of any approximation algorithm for MST weight. The essential component of our algorithm is a procedure for estimating in time O(dƐċ2 logƐċ1) the number of connected components of an unweighted graph to within an additive error of ∈n. The time bound is shown to be tight up to within the log Ɛċ1 factor. Our connected-components algorithm picks O(1/∈2) vertices in the graph and then grows "local spanning trees" whose sizes are specified by a stochastic process. From the local information collected in this way, the algorithm is able to infer, with high confidence, an estimate of the number of connected components. We then show how estimates on the number of components in various subgraphs of G can be used to estimate the weight of its MST.