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