module Day16

Included Modules

Extended Modules

Defined in:

day16.cr

Constant Summary

BASE = [0, 1, 0, -1]

Instance Method Summary

Instance methods inherited from module Day

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

Instance Method Detail

def fft(input, n) #

[View source]
def part1(input) #

[View source]
def part2(input) #

[View source]