1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00

build(deps): update latest

This commit is contained in:
2023-07-02 17:24:48 +02:00
parent f9a5b15e7a
commit d772ed0345
8 changed files with 868 additions and 617 deletions

View File

@ -8,7 +8,7 @@ Sudoku is a logic-based, combinatorial number-placement puzzle.
The objective is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids that compose the grid (also called "boxes", "blocks", or "regions") contains all of the digits from 1 to 9. The puzzle setter provides a partially completed grid, which for a well-posed puzzle has a single solution.
You can't use the same numbers twice in a :
You can't use the same numbers twice in a:
- row
- column