module Advent::Day24
Defined in:
day24.crClass Method Summary
- .find_path(phases, time : Int32, start : Tuple(Int32, Int32), goal : Tuple(Int32, Int32))
- .parse(valley)
- .possible_next_coords(phases, time, coords : Tuple(Int32, Int32))
- .run
Class Method Detail
def self.find_path(phases, time : Int32, start : Tuple(Int32, Int32), goal : Tuple(Int32, Int32))
#