Uses of Interface
com.jgalgo.alg.tree.LowestCommonAncestorOffline.Result
-
Packages that use LowestCommonAncestorOffline.Result Package Description com.jgalgo.alg.tree Algorithms specifically for tree graphs, such as LCA or TPM. -
-
Uses of LowestCommonAncestorOffline.Result in com.jgalgo.alg.tree
Subinterfaces of LowestCommonAncestorOffline.Result in com.jgalgo.alg.tree Modifier and Type Interface Description static interface
LowestCommonAncestorOffline.IResult
Result of aLowestCommonAncestorOffline
computation forIntGraph
.Methods in com.jgalgo.alg.tree that return LowestCommonAncestorOffline.Result Modifier and Type Method Description <V,E>
LowestCommonAncestorOffline.Result<V,E>LowestCommonAncestorOffline. findLowestCommonAncestors(Graph<V,E> tree, V root, LowestCommonAncestorOffline.Queries<V,E> queries)
Find the lowest common ancestors of the given queries.<V,E>
LowestCommonAncestorOffline.Result<V,E>LowestCommonAncestorOfflineAbstract. findLowestCommonAncestors(Graph<V,E> tree, V root, LowestCommonAncestorOffline.Queries<V,E> queries)
-