Uses of Interface
com.jgalgo.alg.tree.LowestCommonAncestorOffline
Package
Description
Algorithms specifically for tree graphs, such as LCA or TPM.
-
Uses of LowestCommonAncestorOffline in com.jgalgo.alg.tree
Modifier and TypeClassDescriptionclass
Abstract class for offline LCA computation.class
Offline LCA algorithm based on Union-Find data structure.Modifier and TypeMethodDescriptionstatic LowestCommonAncestorOffline
LowestCommonAncestorOffline.newInstance()
Create a new offline LCA algorithm object.