Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Yet Another Sudoku Solver

by SubStack (Monk)
on Aug 26, 2006 at 18:31 UTC ( [id://569825]=sourcecode: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # solve.pl - Solves all sudoku puzzles, even really hard ones
    ...
    sub show { # useful for debugging the squares while running
      print join("", @$_), "\n" for @{$squares[$_[0]]};
    }
    
  2. or download this
        9  4 
     7  6    
    ...
     61    54
        8  7 
     4  1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-04-25 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found