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.NodeLowestCommonAncestorDynamic. addLeaf(LowestCommonAncestorDynamic.Node parent)Add a new leaf node to the tree.LowestCommonAncestorDynamic.NodeLowestCommonAncestorDynamic. findLowestCommonAncestor(LowestCommonAncestorDynamic.Node u, LowestCommonAncestorDynamic.Node v)Find the lowest common ancestor of two nodes in the tree.LowestCommonAncestorDynamic.NodeLowestCommonAncestorDynamic.Node. getParent()Get the parent node of this node.LowestCommonAncestorDynamic.NodeLowestCommonAncestorDynamic. 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.NodeLowestCommonAncestorDynamic. addLeaf(LowestCommonAncestorDynamic.Node parent)Add a new leaf node to the tree.LowestCommonAncestorDynamic.NodeLowestCommonAncestorDynamic. findLowestCommonAncestor(LowestCommonAncestorDynamic.Node u, LowestCommonAncestorDynamic.Node v)Find the lowest common ancestor of two nodes in the tree.
-