class AdventOfCode2021::Day11::CavernOfOctopuses

Defined in:

day11/cavern_of_octopuses.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(str : String) #

[View source]

Instance Method Detail

def ==(other : CavernOfOctopuses) #

[View source]
def ==(other) #
Description copied from class Reference

Returns false (other can only be a Value here).


[View source]
def flashes : Int32 #

[View source]
def is_flashing_all #

[View source]
def octopuses : Array(Array(Int8)) #

[View source]
def step(counter) #

[View source]
def step #

[View source]
def steps : Int32 #

[View source]