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