Uses of Interface
com.jgalgo.alg.tree.LowestCommonAncestorOffline
-
Packages that use LowestCommonAncestorOffline Package Description com.jgalgo.alg.tree Algorithms specifically for tree graphs, such as LCA or TPM. -
-
Uses of LowestCommonAncestorOffline in com.jgalgo.alg.tree
Classes in com.jgalgo.alg.tree that implement LowestCommonAncestorOffline Modifier and Type Class Description class
LowestCommonAncestorOfflineAbstract
Abstract class for offline LCA computation.class
LowestCommonAncestorOfflineUnionFind
Offline LCA algorithm based on Union-Find data structure.Methods in com.jgalgo.alg.tree that return LowestCommonAncestorOffline Modifier and Type Method Description static LowestCommonAncestorOffline
LowestCommonAncestorOffline. newInstance()
Create a new offline LCA algorithm object.
-