Utah High School Programming Contest

2006 Take-Home Problem

Sudoku Puzzle Solver


NEWS

INTRODUCTION

Get Project Details.

Sudoku Solver ResourcesLocationPurpose
Skeleton Program http://www.cs.utah.edu/contest/2006/c++ Skeleton C++ program
Skeleton Program http://www.cs.utah.edu/contest/2006/java Skeleton Java program
Test Puzzles http://www.cs.utah.edu/contest/2006/tests Testing your program
Frequently Asked Questions http://www.cs.utah.edu/contest/2006/faq.html Answers to frequently (and sometimes seldomly) asked questions.


If you have questions that aren't answered in our Frequently Asked Questions page referenced above, please send email to hspc@cs.utah.edu.

To help you develop your Sudoku Puzzle Solver system, we are providing a set of test inputs and answers for your program. The test set contains several puzzles for your program to solve, some of which are quite difficult. See the "README" file in the C++ and Java directories for more information about the test files. Some of these will be used in judging your final system, but they will certainly not be the only ones used.

The test set is packaged in two ZIP files: one for Linux/Unix, and one for Windows. Please download the version that matches your operating system.

Download the Test Files


Utah High School Programming Contest