Difference between revisions of "Test Cases"

From Sudopedia
Jump to navigationJump to search
(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....")
 
(No difference)

Latest revision as of 19:33, 22 July 2025

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