Uses of Interface
com.jgalgo.alg.tree.LowestCommonAncestorOffline.Queries
-
Packages that use LowestCommonAncestorOffline.Queries Package Description com.jgalgo.alg.tree Algorithms specifically for tree graphs, such as LCA or TPM. -
-
Uses of LowestCommonAncestorOffline.Queries in com.jgalgo.alg.tree
Subinterfaces of LowestCommonAncestorOffline.Queries in com.jgalgo.alg.tree Modifier and Type Interface Description static interface
LowestCommonAncestorOffline.IQueries
Queries container forLowestCommonAncestorOffline
computations forIntGraph
.Methods in com.jgalgo.alg.tree that return LowestCommonAncestorOffline.Queries Modifier and Type Method Description static <V,E>
LowestCommonAncestorOffline.Queries<V,E>LowestCommonAncestorOffline.Queries. newInstance(Graph<V,E> g)
Create an empty queries container.Methods in com.jgalgo.alg.tree with parameters of type LowestCommonAncestorOffline.Queries 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)
-