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 interface
LowestCommonAncestorOffline.IResult
Result of aLowestCommonAncestorOffline
computation 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.
-