class Knight

Defined in:

knight_tour.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(n : Int32, current : NamedTuple(x: Int32, y: Int32)) #

[View source]

Class Method Detail

def self.travel(n, start) #

[View source]

Instance Method Detail

def hard(steps) #

[View source]
def possible(step) #

[View source]
def travel #

[View source]
def visitable?(step) #

[View source]