Uses of Interface
com.jgalgo.alg.tree.LowestCommonAncestorOffline.IQueries
-
Packages that use LowestCommonAncestorOffline.IQueries Package Description com.jgalgo.alg.tree Algorithms specifically for tree graphs, such as LCA or TPM. -
-
Uses of LowestCommonAncestorOffline.IQueries in com.jgalgo.alg.tree
Methods in com.jgalgo.alg.tree that return LowestCommonAncestorOffline.IQueries Modifier and Type Method Description static LowestCommonAncestorOffline.IQueries
LowestCommonAncestorOffline.IQueries. newInstance(IntGraph g)
Create an empty queries container.
-