Simpler Sequential and Parallel Biconnectivity Augmentation
Surabhi Jain, N.Sadagopan

TL;DR
This paper introduces a simplified sequential algorithm and an optimal parallel algorithm for biconnectivity augmentation in trees, improving efficiency and implementation simplicity over previous methods.
Contribution
It presents a new, simplified sequential algorithm using edge contraction and an optimal parallel algorithm for connectivity augmentation in trees.
Findings
The sequential algorithm is simpler and preserves connectivity information.
The parallel algorithm is optimal with a processor-time product of O(n).
Implementation on CREW PRAM model with O(Δ) processors.
Abstract
For a connected graph, a vertex separator is a set of vertices whose removal creates at least two components and a minimum vertex separator is a vertex separator of least cardinality. The vertex connectivity refers to the size of a minimum vertex separator. For a connected graph with vertex connectivity , the connectivity augmentation refers to a set of edges whose augmentation to increases its vertex connectivity by one. A minimum connectivity augmentation of is the one in which is minimum. In this paper, we focus our attention on connectivity augmentation of trees. Towards this end, we present a new sequential algorithm for biconnectivity augmentation in trees by simplifying the algorithm reported in \cite{nsn}. The simplicity is achieved with the help of edge contraction tool. This tool helps us in getting a recursive subproblem preserving all…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInterconnection Networks and Systems
