Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
      ++$min if $min < @try && $try[$min] < $n;
      splice @try, $min, 0, $n;
    }