class Day6::Map

Defined in:

day6.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x1 : Int32, x2 : Int32, y1 : Int32, y2 : Int32) #

[View source]

Instance Method Detail

def add_root(id, x, y) #

[View source]
def area(n) #

[View source]
def count_n(maxn) #

[View source]
def distance(x1, y1, x2, y2) #

[View source]
def fill #

[View source]
def get_pixel(x, y) #

[View source]
def limited?(n) #

[View source]
def max_limited #

[View source]
def print #

[View source]
def set_pixel(x, y, v) #

[View source]
def sum_distance(x, y) #

[View source]