We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 0a9e87aCopy full SHA for 0a9e87a
README.md
@@ -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