-
Currently, `isSolved` calls `isFull`, then `isValid` for each row, column, and region.
- [ ] Merge these two checks into a single function call that checks the entire board and fails fast if either i…
-
The reduction matrix could be built into the regular data structures used to track the sieve items. No need to build it from scratch each time it's needed. I.e., tracking items by cell number instead …
-
Trabajo Sudoku
-
Not sure if you are interested, but I created a version that does 16x16 instead of 9x9.
[sudoku-go-master.zip](https://github.com/user-attachments/files/17776409/sudoku-go-master.zip)
-
The repository should only have one version of the Sudoku class, which is capable of taking a board represented as a string and converting it to the "list of lists" representation. In general, if you …
-
Maybe solve this puzzle https://youtu.be/4bst5RLjyTQ
But look for an easier one
-
-
### 🎮 Game Request
Jigsaw Sudoku is an engaging variant of the classic Sudoku puzzle where you fill a 9x9 grid with numbers 1 through 9. Instead of standard 3x3 sub grids, the grid is divided into ir…
-
Iniciei após as aulas de list do **Curso em Vídeo**. Fiz um algoritmo para solucionar o quebra-cabeça _Sudoku_. O desafio consiste em três partes:
* 1º - Passar para o código todas as células do _S…
-
[REPORTE FINAL.pdf](https://github.com/user-attachments/files/17909312/REPORTE.FINAL.pdf)