Help for this page

Select Code to Download


  1. or download this
    sub di_graph_connected {
        my $g = shift; # $g is of type 'Graph'
    ...
    
        return @pairs;
    }