Skip to content

Repository initialized to show (from the solutions for the 'ValidSudoku' & 'SudokuSolver' problems of LeetCode) information about this logic puzzle and as such the codes with the solutions.

Notifications You must be signed in to change notification settings

LFrench03/Sudokus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku


Contents:


Español


El Sudoku es un rompecabezas lógico de colocación que se ha vuelto extremadamente popular en todo el mundo. Se inventó a finales de la década de 1970 y se popularizó en Japón en la década de 1980. Su nombre proviene del japonés "su", que significa "número", y "doku", que significa "solo". Literalmente, "Sudoku" significa "números solos" o "números únicos".

El objetivo del Sudoku es rellenar una cuadrícula de 9x9 celdas dividida en subcuadrículas de 3x3, utilizando los números del 1 al 9. Las reglas principales son:

  • No se debe repetir ningún número en una misma fila, columna o subcuadrícula.
  • Se proporcionan algunas celdas ya llenas (llamadas "números dados" o "pistas") para ayudar a resolver el rompecabeza.

Además:

  • Un Sudoku bien planteado solo puede tener una solución única.
  • La construcción de un Sudoku requiere al menos 17 pistas iniciales.
  • El Sudoku es una excelente práctica para mejorar la concentración, la lógica y las habilidades de resolución de problemas.

English


Sudoku is a logical placement puzzle that has become extremely popular around the world. It was invented in the late 1970s and became popular in Japan in the 1980s. Its name comes from the Japanese "su," meaning "number," and "doku," meaning "alone." Literally, "Sudoku" means "single numbers" or "single numbers."

The objective of the Sudoku is to fill in a 9x9 grid divided into 3x3 sub-grids using the numbers 1 through 9. The main rules are:

  • No number should be repeated in the same row, column, or sub-grid.
  • Some cells are already filled (called "given numbers" or "clues") to help solve the puzzle.

Plus:

  • A well-designed Sudoku can only have one unique solution.
  • Constructing a Sudoku requires at least 17 initial clues.
  • The Sudoku is an excellent practice for improving concentration, logic, and problem-solving skills.

About

Repository initialized to show (from the solutions for the 'ValidSudoku' & 'SudokuSolver' problems of LeetCode) information about this logic puzzle and as such the codes with the solutions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages