pith. sign in

arxiv: 2108.07346 · v1 · pith:JEJZ2UKHnew · submitted 2021-08-16 · 💻 cs.DC

An Efficient Parallel Algorithm for finding Bridges in a Dense Graph

classification 💻 cs.DC
keywords graphalgorithmbridgesapproachdenseefficientfindingfirst
0
0 comments X
read the original abstract

This paper presents a simple and efficient approach for finding the bridges and failure points in a densely connected network mapped as a graph. The algorithm presented here is a parallel algorithm which works in a distributed environment. The main idea of our algorithm is to generate a sparse certificate for a graph and finds bridges using a simple DFS (Depth First Search). We first decompose the graph into independent and minimal subgraphs using a minimum spanning forest algorithm. To identify the bridges in the graph network, we convert these subgraphs into a single compressed graph and use a DFS approach to find bridges. The approach presented here is optimized for the use cases of dense graphs and gives the time complexity of O(E/M + Vlog(M)), for a given graph G(V,E) running on M machines.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.