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 TypeClassDescriptionclassGabow linear dynamic LCA data structure with 32bit word operations.classGabow linear dynamic LCA data structure with 64bit word operations.classGabow 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 LowestCommonAncestorDynamicLowestCommonAncestorDynamic.newInstance()Create a new algorithm for dynamic LCA queries.