LyndonArmitage / sudoku

Some Sudoku solving code
0 stars 0 forks source link

Add solver interface and method #2

Closed LyndonArmitage closed 9 years ago

LyndonArmitage commented 9 years ago

Add a Solver interface for use with a solve method.

LyndonArmitage commented 9 years ago

Added the solver interface and method.

Made sure they throw Sudoku Exceptions