Aoc::Day11::SeatMap
Inherits Reference < Object
Constructors
new(lines : Array(String))
Sourcenew(seats : Array(Array(Seat)))
SourceInstance methods
converge(crowding_point, &count_adjacent_seats : Int32, Int32, SeatMap -> Int32)
Sourcenaive_adjacency_count(row, column)
Sourcenum_filled
Sourceray_tracing_adjacency_count(row, column)
Sourcetick(crowding_point, & : Int32, Int32, SeatMap -> Int32)
Source