Uses of Interface
com.jgalgo.alg.tree.LowestCommonAncestorDynamic
Packages that use LowestCommonAncestorDynamic
Package
Description
Algorithms specifically for tree graphs, such as LCA or TPM.
-
Uses of LowestCommonAncestorDynamic in com.jgalgo.alg.tree
Classes in com.jgalgo.alg.tree that implement LowestCommonAncestorDynamicModifier 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.Methods in com.jgalgo.alg.tree that return LowestCommonAncestorDynamicModifier and TypeMethodDescriptionstatic LowestCommonAncestorDynamic
LowestCommonAncestorDynamic.newInstance()
Create a new algorithm for dynamic LCA queries.