Test Cases

From Sudopedia
Revision as of 19:33, 22 July 2025 by Rooted (talk | contribs) (Created page with "== 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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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