- or download this
----connected components---------------
- d: []
- a: []
b: []
- or download this
----connected components---------------
- d: [e]
- a: [c]
b: [c]
- or download this
#This program read the triplets from file named "data" into
#an array of array.
#use strict;
...
}
print "----connected components------------";
use YAML; print Dump \@allgraphs;