Uses of Interface
com.jgalgo.alg.tree.LowestCommonAncestorOffline
Packages that use LowestCommonAncestorOffline
Package
Description
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 LowestCommonAncestorOfflineModifier and TypeClassDescriptionclass
Abstract class for offline LCA computation.class
Offline LCA algorithm based on Union-Find data structure.Methods in com.jgalgo.alg.tree that return LowestCommonAncestorOfflineModifier and TypeMethodDescriptionstatic LowestCommonAncestorOffline
LowestCommonAncestorOffline.newInstance()
Create a new offline LCA algorithm object.