struct UnweightedEdge

Defined in:

graph/edge.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(to, cost) #

[View source]
def self.new(to) #

[View source]

Instance Method Detail

def cost : Int32 #

[View source]
def inspect(io) : Nil #

[View source]
def to : Int32 #

[View source]
def to=(to : Int32) #

[View source]
def to_s(io) : Nil #

[View source]