Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 164 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 164 Bytes

Sudoku Solver

Core ideas are borrowed from: http://norvig.com/sudoku.html

Refactored to use object orientation concepts:

  • created a class named SudokuPuzzle