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 TypeClassDescriptionclass
Abstract class for static LCA data structures.class
Static LCA implementation using RMQ.Methods in com.jgalgo.alg.tree that return LowestCommonAncestorStaticModifier and TypeMethodDescriptionstatic LowestCommonAncestorStatic
LowestCommonAncestorStatic.newInstance()
Create a new algorithm for static LCA queries.