Uses of Interface
com.jgalgo.LowestCommonAncestorDynamic.Node
-
Packages that use LowestCommonAncestorDynamic.Node Package Description com.jgalgo -
-
Uses of LowestCommonAncestorDynamic.Node in com.jgalgo
Methods in com.jgalgo that return LowestCommonAncestorDynamic.Node Modifier and Type Method Description LowestCommonAncestorDynamic.Node
LowestCommonAncestorDynamic. addLeaf(LowestCommonAncestorDynamic.Node parent)
Add a new leaf node to the tree.LowestCommonAncestorDynamic.Node
LowestCommonAncestorDynamic. findLowestCommonAncestor(LowestCommonAncestorDynamic.Node u, LowestCommonAncestorDynamic.Node v)
Find the lowest common ancestor of two nodes in the tree.LowestCommonAncestorDynamic.Node
LowestCommonAncestorDynamic.Node. getParent()
Get the parent node of this node.LowestCommonAncestorDynamic.Node
LowestCommonAncestorDynamic. initTree()
Initialize the tree the LCA will operate on and create a root node.Methods in com.jgalgo with parameters of type LowestCommonAncestorDynamic.Node Modifier and Type Method Description LowestCommonAncestorDynamic.Node
LowestCommonAncestorDynamic. addLeaf(LowestCommonAncestorDynamic.Node parent)
Add a new leaf node to the tree.LowestCommonAncestorDynamic.Node
LowestCommonAncestorDynamic. findLowestCommonAncestor(LowestCommonAncestorDynamic.Node u, LowestCommonAncestorDynamic.Node v)
Find the lowest common ancestor of two nodes in the tree.
-