class AdventOfCode::StarMap

Defined in:

crystal/6.1.cr
crystal/6.2.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(input) #

[View source]

Instance Method Detail

def orbit_jumps(from, to) #

[View source]
def orbit_map : Hash(String, String) #

[View source]
def orbit_map=(orbit_map : Hash(String, String)) #

[View source]
def orbit_tree(orbiter) #

[View source]
def orbits(star) #

[View source]
def total_orbits #

[View source]