module Advent::Day24

Defined in:

day24.cr

Class Method Summary

Class Method Detail

def self.find_path(phases, time : Int32, start : Tuple(Int32, Int32), goal : Tuple(Int32, Int32)) #

[View source]
def self.parse(valley) #

[View source]
def self.possible_next_coords(phases, time, coords : Tuple(Int32, Int32)) #

[View source]
def self.run #

[View source]