BenjaminChambers / SudokuSharp

A C# library for working with Sudoku puzzles
MIT License
3 stars 3 forks source link

Board.CreatePuzzle crashing #4

Closed BenjaminChambers closed 9 years ago

BenjaminChambers commented 9 years ago

I added the Unit Tests so I could begin stepping through this and find the error. There's an index out of bounds going on in there somewhere.

BenjaminChambers commented 9 years ago

Fixed.