class AdventOfCode2021::Day12::TroglodyticSystem

Defined in:

day12/day12.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(input : String) #

[View source]

Instance Method Detail

def compute_pathes #

[View source]
def compute_pathes2 #

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

[View source]
def pathes : Array(Array(String)) | Nil #

[View source]
def pathes2 : Array(Array(String)) | Nil #

[View source]