class KillerSudoku::Combinator

Defined in:

killer_sudoku/combinator.cr

Constant Summary

DIGITS = [1, 2, 3, 4, 5, 6, 7, 8, 9]

Constructors

Instance Method Summary

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]