Uses of Interface
com.jgalgo.alg.LowestCommonAncestorOffline.Result
-
Packages that use LowestCommonAncestorOffline.Result Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of LowestCommonAncestorOffline.Result in com.jgalgo.alg
Subinterfaces of LowestCommonAncestorOffline.Result in com.jgalgo.alg Modifier and Type Interface Description static interfaceLowestCommonAncestorOffline.IResultResult of aLowestCommonAncestorOfflinecomputation forIntGraph.Methods in com.jgalgo.alg that return LowestCommonAncestorOffline.Result 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.
-