Uses of Interface
com.jgalgo.alg.LowestCommonAncestorStatic.DataStructure
-
Packages that use LowestCommonAncestorStatic.DataStructure Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of LowestCommonAncestorStatic.DataStructure in com.jgalgo.alg
Subinterfaces of LowestCommonAncestorStatic.DataStructure in com.jgalgo.alg Modifier and Type Interface Description static interface
LowestCommonAncestorStatic.IDataStructure
Data structure result created from a static LCA pre-processing forIntGraph
.Methods in com.jgalgo.alg that return LowestCommonAncestorStatic.DataStructure Modifier and Type Method Description <V,E>
LowestCommonAncestorStatic.DataStructure<V,E>LowestCommonAncestorStatic. preProcessTree(Graph<V,E> tree, V root)
Perform a static pre processing of a tree for future LCA (Lowest common ancestor) queries.
-