Closed dombas closed 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.
I can work on this issue.
Given a valid board, with at least one possible solution the solver will return a solved board. Can use simple backtracking algorithm.