Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        # right
        pathfinder( [$l+1,$r+1], @_ ) if $nr != $r;
    }
    
  2. or download this
    [[0, 0], [1, 0], [2, 0], [3, 1]]
    [[0, 0], [1, 0], [2, 1], [3, 1]]
    [[0, 0], [1, 1], [2, 1], [3, 1]]