CPSC 170 Spring 2006
Assign 2 : Sudoko Solver

Objectives

Description

We are going to write a program that can be used to solve Sudoku puzzles.  Typically the puzzle is defined as follows:

To Do

When humans try to solve Sudoku puzzles, they rely on the existing numbers and logical reasoning to solve the puzzle.   In contrast,  the program that you are going to write relies on the speed of the computer to simply try all possible combinations until a valid solution can be found.  

You will need to do the following:


Create a tar file that contains your two java programs and any test puzzles that you created email  it to me by   Noon Friday Mar 3.