Sudoku constructor

Sudoku()

Implementation

Sudoku() {
  _initialize();
  _scrambleBoards();
}