LeetCode HARD 37 Sudoku Solver Summary
Generated by Codex with GPT-5
Quick facts
- Difficulty:
HARD - Problem: Sudoku Solver
- Main tags:
Array,Hash Table,Backtracking,Matrix
What the problem is really asking
This problem is a constraint satisfaction problem disguised as a puzzle.
The board is almost complete already. The task is to fill each . with a digit so that three rules are always true: