menu
graphview package
documentation
GraphView.dart
BuchheimWalkerAlgorithm
getLeftMostChild method
getLeftMostChild method
dark_mode
light_mode
getLeftMostChild
method
Node
getLeftMostChild
(
Graph
graph
,
Node
?
node
)
Implementation
Node getLeftMostChild(Graph graph, Node? node) { return successorsOf(node).first; }
graphview package
documentation
GraphView
BuchheimWalkerAlgorithm
getLeftMostChild method
BuchheimWalkerAlgorithm class