class EulerTourForVertex

Defined in:

graph/euler_tour_for_vertex.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(graph, root : Int32) #

[View source]

Instance Method Detail

def [](*args, **options) #

[View source]
def [](*args, **options, &) #

[View source]
def ancestor?(ancestor : Int32, child : Int32) : Bool #

[View source]
def graph : UnweightedUnGraph #

[View source]
def in : Array(Int32) #

[View source]
def out : Array(Int32) #

[View source]
def size(*args, **options) #

[View source]
def size(*args, **options, &) #

[View source]