Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
DAG
Instance methods
tip_of_longest_branch
(from vertex :
DAG::Vertex
) :
DAG::Tip
Source
tip_of_longest_branch
(from tips :
Array
(
DAG::Tip
)) :
DAG::Tip
Source
tips
(from vertex :
Vertex
, visited =
Hash
(
Vertex::Name
,
Bool
).new(false), distance =
Hash
(
Vertex
,
Int32
).new(0), tips =
Array
(
DAG::Tip
).new, start :
Vertex
|
Nil
= nil, current_branch_root :
Vertex
|
Nil
= nil) :
Array
(
DAG::Tip
)
Source
Nested types
DAG::Tip
DAG::Vertex