Help for this page

Select Code to Download


  1. or download this
    print "BAM!\n" if exists $G{25}{30};
    
  2. or download this
    {
      1  => { 2 => 0, 3 => 0 },
    ...
      25 => {},
    }
    Start: 1, End: 5
    
  3. or download this
    my %G = (
       1=>{ EDGES=> { # Edges for node 1
    ...
       },
       2=> ...
    }