Help for this page

Select Code to Download


  1. or download this
    
    package Algorithm::Graph;
    ...
    
    1;
    
  2. or download this
    
    use strict;
    ...
    throws_ok { Algorithm::Graph::connected_components( [ [ 1, 2 ], [] ] )
    + }
      qr/2-elem/, '[[1,2],[]]';