Help for this page
sub edges2vertices { #AoA to uniq array elem; ... return @uniqv; }
my @E = ([1,2], [1,3], [2,3], [2,4], [3,4]); my @nv; ... '4' ];