This directory contains the following files for the sudoko puzzle solver. There are 4 C files and 1 H file, as follows: > wc *.c *.h 141 402 2677 sudoku_data.c 206 794 5215 sudoku_interface.c 137 540 3546 sudoku_logic.c 75 265 1874 sudoku_pairs.c 19 49 326 sudoku.h 578 2050 13638 total There are also several sample input games (ASCII), in the "examples" subdirectory; their format is self-explanatory: > ls examples/ diabolic.sud easy1.sud hard1.sud medium1.sud more1.sud worst1.sud x40.sud Once you've copied the files, here is how to create and run the solver: > cp examples/[game-name].sud game.sud > ./a.out game.sud If you find a sudoko puzzle that it cannot handle, PLEASE EMAIL IT TO ME. Dina Q Goldin dqg@cse.uconn.edu April 2006