This project implements a Sudoku Solver using backtracking and algorithmic techniques.
It takes an incomplete Sudoku grid as input and fills it according to Sudoku rules.
- Solves any valid Sudoku puzzle.
- Uses backtracking algorithm for efficient search.
- Simple and clean code implementation.
- Can be extended to support different puzzle sizes.