Uses of Class
com.jgalgo.alg.tree.LowestCommonAncestorOfflineAbstract
Package
Description
Algorithms specifically for tree graphs, such as LCA or TPM.
-
Uses of LowestCommonAncestorOfflineAbstract in com.jgalgo.alg.tree
Modifier and TypeClassDescriptionclass
Offline LCA algorithm based on Union-Find data structure.