Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 499 Bytes

Sudoku_puzzle.md

File metadata and controls

6 lines (6 loc) · 499 Bytes

Solving Sudoku Puzzle

Understanding the Problem

  • Solving Sudoku involves filling a 9x9 grid with digits from 1 to 9, ensuring that each row, column, and 3x3 subgrid contains all digits without repetition.
    puzzle
  • Link to the puzzle
  • Notebook for solving sudoku puzzle