module AdventOfCode2021::Day5

Extended Modules

Defined in:

day5/day5.cr

Constant Summary

DAY = 5

Instance Method Summary

Instance Method Detail

def add_diagonals(matrix, vents) #

[View source]
def add_horizontal_or_vertiacals(matrix, vents) #

[View source]
def create_matrix(vents) #

[View source]
def main #

[View source]
def parse_input(input : String) #

[View source]
def print_matrix(matrix) #

[View source]
def solution1(matrix) : Int32 #

[View source]
def solution2(matrix) : Int32 #

[View source]