graph/example/python/biconnected_components.dot
Douglas Gregor e2649f122f Vis stuff
[SVN r27704]
2005-03-16 14:19:09 +00:00

14 lines
113 B
Plaintext

graph G {
A -- B
A -- F
A -- G
B -- C
B -- D
B -- E
C -- D
E -- F
G -- H
G -- I
H -- I
}