Uses of Interface
com.jgalgo.alg.tree.LowestCommonAncestorOffline.Queries
Packages that use LowestCommonAncestorOffline.Queries
Package
Description
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.treeModifier and TypeInterfaceDescriptionstatic interface
Queries container forLowestCommonAncestorOffline
computations forIntGraph
.Methods in com.jgalgo.alg.tree that return LowestCommonAncestorOffline.QueriesModifier and TypeMethodDescriptionstatic <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.QueriesModifier and TypeMethodDescription<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)