class AdventOfCode2021::Day25::SeaCucumbers

Defined in:

day25/day25.cr

Constant Summary

EMPTY = '.'.bytes.first
LEFT = '>'.bytes.first
SOUTH = 'v'.bytes.first

Constructors

Instance Method Summary

Constructor Detail

def self.new(input : String) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def clone #

Returns a copy of self with all instance variables cloned.


[View source]
def floor : Array(Array(UInt8)) #

[View source]
def solution1 : Int32 #

[View source]
def solution2 : Int32 #

[View source]
def step #

[View source]
def steps : Int32 #

[View source]
def to_s(io) #

[View source]