Update readme.

This commit is contained in:
retoor 2025-01-10 23:42:10 +01:00
parent 53707e4a31
commit ac5b8acc9a

View File

@ -3,7 +3,9 @@
This project is just a collection of research regarding the generation of sudoku's. This project is just a collection of research regarding the generation of sudoku's.
It's not a production project. It's not a production project.
The main focus is on the generation of sudoku's using several algorithms like backtracking. The number of valid Sudoku puzzles has been calculated to be 6,670,903,752,021,072,936,960 (approximately 6.67 × 10²¹).
The main focus of this project is to generate and solve the hardest possible sudoku's.
## Applications ## Applications