Uses of Interface
com.jgalgo.LowestCommonAncestorStatic.DataStructure
-
Packages that use LowestCommonAncestorStatic.DataStructure Package Description com.jgalgo -
-
Uses of LowestCommonAncestorStatic.DataStructure in com.jgalgo
Methods in com.jgalgo that return LowestCommonAncestorStatic.DataStructure Modifier and Type Method Description LowestCommonAncestorStatic.DataStructure
LowestCommonAncestorStatic. preProcessTree(Graph tree, int root)
Perform a static pre processing of a tree for future LCA (Lowest common ancestor) queries.
-