adding bonus: different alghorithm to solve sudoku

This commit is contained in:
lee 2021-05-13 11:20:25 +01:00
parent d57c9e3a21
commit 5e995b5d38
1 changed files with 4 additions and 0 deletions

View File

@ -231,3 +231,7 @@ Error
```
###### Does the program returns the value above?
#### Bonus
###### +Is the project using the Exact cover technique [Knuth's Algorithm X](https://en.wikipedia.org/wiki/Knuth%27s_Algorithm_X)