Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
killer_sudoku
master
KillerSudoku
Combinator
Runner
Built with Crystal 1.9.2
2023-10-07 20:33:49 UTC
class
KillerSudoku::Combinator
KillerSudoku::Combinator
Reference
Object
Defined in:
killer_sudoku/combinator.cr
Constant Summary
DIGITS
=
[
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
]
Constructors
.new
(number_of_digits : Int32, total : Int32)
Instance Method Summary
#call
: Array(Array(Int32))
#candidates
Constructor Detail
def self.
new
(number_of_digits : Int32, total : Int32)
#
[
View source
]
Instance Method Detail
def
call
: Array(Array(Int32))
#
[
View source
]
def
candidates
#
[
View source
]