module AdventOfCode2021::Day6

Extended Modules

Defined in:

day6/day6.cr

Constant Summary

DAY = 6

Instance Method Summary

Instance Method Detail

def main #

[View source]
def parse_input(input : String) : Array(Int64) #

[View source]
def solution1(fishes) : Int64 #

[View source]
def solution2(fishes) : Int64 #

[View source]
def step_fishes(fishes, round) #

[View source]