Uses of Interface
com.jgalgo.alg.LowestCommonAncestorOffline.Queries
-
Packages that use LowestCommonAncestorOffline.Queries Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of LowestCommonAncestorOffline.Queries in com.jgalgo.alg
Subinterfaces of LowestCommonAncestorOffline.Queries in com.jgalgo.alg Modifier and Type Interface Description static interfaceLowestCommonAncestorOffline.IQueriesQueries container forLowestCommonAncestorOfflinecomputations forIntGraph.Methods in com.jgalgo.alg 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 with parameters of type LowestCommonAncestorOffline.Queries Modifier and Type Method Description <V,E>
LowestCommonAncestorOffline.Result<V,E>LowestCommonAncestorOffline. findLCAs(Graph<V,E> tree, V root, LowestCommonAncestorOffline.Queries<V,E> queries)Find the lowest common ancestors of the given queries.
-