sudoku (generalized version)
GPTKB entity
Statements (24)
| Predicate | Object |
|---|---|
| gptkbp:instanceOf |
gptkb:puzzle
gptkb:combinatorial_number-placement_puzzle |
| gptkbp:complexity |
NP-complete
|
| gptkbp:generalizes |
standard sudoku
|
| gptkbp:hasApplication |
gptkb:Boolean_satisfiability_problem
|
| gptkbp:hasGridSize |
n x n
|
| gptkbp:hasMinimumClues |
minimum number of clues for unique solution depends on n
|
| gptkbp:hasRegionSize |
regions of size k x k, where n = k^2
|
| gptkbp:hasRule |
fill a grid with symbols so that each symbol appears exactly once in each row, column, and region
|
| gptkbp:hasSolvingMethod |
backtracking
constraint propagation dancing links human logic techniques |
| gptkbp:hasSymbolSet |
set of n distinct symbols
|
| gptkbp:hasVariant |
hyper sudoku
jigsaw sudoku killer sudoku |
| gptkbp:originatedIn |
based on Latin squares
|
| gptkbp:relatedConcept |
gptkb:Latin_square
graph coloring exact cover problem |
| gptkbp:bfsParent |
gptkb:NP-hard_problems
|
| gptkbp:bfsLayer |
7
|
| https://www.w3.org/2000/01/rdf-schema#label |
sudoku (generalized version)
|