Skip to content

Commit 0a9e87a

Browse files
committed
first commit
0 parents  commit 0a9e87a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Biconnected Components
2+
3+
The code provides an implementation of parallel biconnected components
4+
algorithms for SMPs, as a module for SIMPLE/SMP. Our new parallel
5+
algorithm includes various optimization techniques that significantly
6+
improves the performance of finding biconnected components of a graph
7+
on symmetric multiprocessors (SMPs). Finding biconnected components
8+
has application in fault-tolerant network design, and is also used in
9+
graph planarity testing.
10+
11+
References:
12+
13+
G. Cong and D.A. Bader, "An Experimental Study of Parallel Biconnected
14+
Components Algorithms on Symmetric Multiprocessors (SMPs)," 19th IEEE
15+
International Parallel and Distributed Processing Symposium (IPDPS),
16+
Denver, CO, April 4-8, 2005.
17+

0 commit comments

Comments
 (0)