dombas / sudoku-cpp

A sudoku game with a console ui.
GNU General Public License v3.0
1 stars 2 forks source link

Sudoku solver #5

Closed dombas closed 3 years ago

dombas commented 3 years ago

Given a valid board, with at least one possible solution the solver will return a solved board. Can use simple backtracking algorithm.

Seemos commented 3 years ago

I can work on this issue.