English

Sensitivity Analysis of Minimum Spanning Trees in Sub-Inverse-Ackermann Time

Data Structures and Algorithms 2014-07-09 v1

Abstract

We present a deterministic algorithm for computing the sensitivity of a minimum spanning tree (MST) or shortest path tree in O(mlogα(m,n))O(m\log\alpha(m,n)) time, where α\alpha is the inverse-Ackermann function. This improves upon a long standing bound of O(mα(m,n))O(m\alpha(m,n)) established by Tarjan. Our algorithms are based on an efficient split-findmin data structure, which maintains a collection of sequences of weighted elements that may be split into smaller subsequences. As far as we are aware, our split-findmin algorithm is the first with superlinear but sub-inverse-Ackermann complexity. We also give a reduction from MST sensitivity to the MST problem itself. Together with the randomized linear time MST algorithm of Karger, Klein, and Tarjan, this gives another randomized linear time MST sensitivity algoritm.

Keywords

Cite

@article{arxiv.1407.1910,
  title  = {Sensitivity Analysis of Minimum Spanning Trees in Sub-Inverse-Ackermann Time},
  author = {Seth Pettie},
  journal= {arXiv preprint arXiv:1407.1910},
  year   = {2014}
}

Comments

Extended abstract appeared in ISAAC 2005

R2 v1 2026-06-22T04:57:39.175Z