in reply to Re: Efficient N-Queen solution with Perl
in thread Efficient N-Queen solution with Perl
looks suspicious, I think it should be $ARGV[0]. But even after changing that, I'm not getting any output from the above program.my $sz = $ARGV[1] || 8;
% ./queens 10 % ./queens 2 Board must be >= 4x4
-Blake
|
|---|