Ssudoku


Table of Contents


Introduction to Ssudoku

Ssudoku is a command line program that can be used either to solve ssudoku problems, or to generate problems for you to solve.

Here's an example of what the program generates:-

8  74163 
    3   8
9    27  
1 49 3   
  5 749  
  6   17 
  8 1    
41  96 85
 3 5     

AVERAGE


Downloading and Building Ssudoku

The Ssudoku distribution will be available at http://savannah.nongnu.org/download/ssudoku/ just as soon as it's released. The code is a single C++ file so you should be able to compile it without any great difficulty. But there's also a Makefile just to be on the safe side!


Running Ssudoku

Instructions for running the Ssudoku program are here.


Copyright © 2005 Mike Moreton