Back to Search Start Over

Efficient Multicore Algorithms For Identifying Biconnected Components

Authors :
Meher Chaitanya
Kishore Kothapalli
Source :
International Journal of Networking and Computing. 6:87-106
Publication Year :
2016
Publisher :
IJNC Editorial Committee, 2016.

Abstract

In this paper we design and implement an algorithm for finding the biconnected components of a given graph. Our algorithm is based on experimental evidence that finding the bridges of a graph is usually easier and faster in the parallel setting. We use this property to first decompose the graph into independent and maximal 2-edge-connected subgraphs. To identify the articulation points in these 2-edge connected subgraphs, we again convert this into a problem of finding the bridges on an auxiliary graph. It is interesting to note that during the conversion process, the size of the graph may increase. However, we show that this small increase in size and the run time is offset by the consideration that finding bridges is easier in a parallel setting. We implement our algorithm on an Intel i7 980X CPU running 12 threads. We show that our algorithm is on average 2.45x faster than the best known current algorithms implemented on the same platform. Finally, we extend our approach to dense graphs by applying the sparsification technique suggested by Cong and Bader in [7].Â

Details

ISSN :
21852847 and 21852839
Volume :
6
Database :
OpenAIRE
Journal :
International Journal of Networking and Computing
Accession number :
edsair.doi...........218aa829fcc6ac6b7a0d8dd8dcfb5386
Full Text :
https://doi.org/10.15803/ijnc.6.1_87