Uses of Interface
com.jgalgo.alg.tree.LowestCommonAncestorDynamic
Package
Description
Algorithms specifically for tree graphs, such as LCA or TPM.
-
Uses of LowestCommonAncestorDynamic in com.jgalgo.alg.tree
Modifier and TypeClassDescriptionclass
Gabow linear dynamic LCA data structure with 32bit word operations.class
Gabow linear dynamic LCA data structure with 64bit word operations.class
Gabow implementation for dynamic LCA data structure with \(O(\log^2 n)\) amortized time foraddLeaf()
operation.Modifier and TypeMethodDescriptionstatic LowestCommonAncestorDynamic
LowestCommonAncestorDynamic.newInstance()
Create a new algorithm for dynamic LCA queries.