Uses of Interface
com.jgalgo.alg.tree.LowestCommonAncestorStatic
Packages that use LowestCommonAncestorStatic
Package
Description
Algorithms specifically for tree graphs, such as LCA or TPM.
-
Uses of LowestCommonAncestorStatic in com.jgalgo.alg.tree
Classes in com.jgalgo.alg.tree that implement LowestCommonAncestorStaticModifier and TypeClassDescriptionclassAbstract class for static LCA data structures.classStatic LCA implementation using RMQ.Methods in com.jgalgo.alg.tree that return LowestCommonAncestorStaticModifier and TypeMethodDescriptionstatic LowestCommonAncestorStaticLowestCommonAncestorStatic.newInstance()Create a new algorithm for static LCA queries.