module Advent::Day22

Defined in:

day22.cr

Constant Summary

SIZE = 50
VIEW = 20

Class Method Summary

Class Method Detail

def self.parse(data) #

[View source]
def self.part1(grid, instructions) #

[View source]
def self.part2(grid, instructions) #

[View source]
def self.run #

[View source]
def self.solve(grid, instructions, part : Int32, side_map : Hash(Tuple(Vector, Int32), Tuple(Vector, Int32))) #

[View source]