English

Improved Worst-Case Deterministic Parallel Dynamic Minimum Spanning Forest

Data Structures and Algorithms 2018-05-17 v1 Distributed, Parallel, and Cluster Computing

Abstract

This paper gives a new deterministic algorithm for the dynamic Minimum Spanning Forest (MSF) problem in the EREW PRAM model, where the goal is to maintain a MSF of a weighted graph with nn vertices and mm edges while supporting edge insertions and deletions. We show that one can solve the dynamic MSF problem using O(n)O(\sqrt n) processors and O(logn)O(\log n) worst-case update time, for a total of O(nlogn)O(\sqrt n \log n) work. This improves on the work of Ferragina [IPPS 1995] which costs O(logn)O(\log n) worst-case update time and O(n2/3logmn)O(n^{2/3} \log{\frac{m}{n}}) work.

Keywords

Cite

@article{arxiv.1805.06151,
  title  = {Improved Worst-Case Deterministic Parallel Dynamic Minimum Spanning Forest},
  author = {Tsvi Kopelowitz and Ely Porat and Yair Rosenmutter},
  journal= {arXiv preprint arXiv:1805.06151},
  year   = {2018}
}

Comments

Full version of a paper accepted to SPAA 2018