An implementation of a Sudoku solver that can fill in the candidates for each cell in a Sudoku puzzle with Python and CPP.
- Parses a string representation of a Sudoku puzzle.
- Initializes the candidates for each cell.
- Fills in the possible candidates for each empty cell.
- Python 3.x
- CPP
- Simply clone the repository
- Run Sudoku_cpp/test.cpp or Sudoku_py/test.py