Test Cases
From Sudopedia
Jump to navigationJump to search
Sudoku Test Cases
The goal of these test cases are to provide guidance for testing and verifying Sudoku solvers. They are designed for ‘classic Sudoku’, i.e., 9 rows and 9 columns, and include both valid and invalid puzzles. The tests are language-independent and make no assumptions about the internal data structures or algorithms.
Invalid Test Cases
- Invalid Test Cases — tests that verify proper error handling
Valid Test Cases
- Valid Test Cases — tests that verify proper execution