module Day22

Included Modules

Extended Modules

Defined in:

day22.cr

Constant Summary

EROMAP = {} of ::Tuple(Int32, Int32) => Int32
EROMOD = 20183
KX0 = 48271
KY0 = 16807
SWITCH_TIME = 7

Instance Method Summary

Instance methods inherited from module Day

run run, test1(input) test1, test2(input) test2

Instance Method Detail

def erolevel(x, y, depth) #

[View source]
def parse_input(input) #

[View source]
def part1(input) #

[View source]
def part2(input) #

[View source]