Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: The N-queens problem using pure regexes

by Abigail-II (Bishop)
on Oct 11, 2003 at 01:34 UTC ( [id://298462]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [a8 b4 c1 d3 e6 f2 g7 h5]
    [a9 b7 c4 d2 e8 f6 g1 h3 i5]
    
  2. or download this
      N       Original         Faster       Non-Pure
      4           0.06           0.05           0.04
    ...
     18                                        27.17
     19                                         1.89
     20
    
  3. or download this
    #!/usr/bin/perl
                
    ...
        print "\n";
        $N ++;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://298462]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found