Uses of Interface
com.jgalgo.alg.tree.LowestCommonAncestorStatic
Package
Description
Algorithms specifically for tree graphs, such as LCA or TPM.
-
Uses of LowestCommonAncestorStatic in com.jgalgo.alg.tree
Modifier and TypeClassDescriptionclass
Abstract class for static LCA data structures.class
Static LCA implementation using RMQ.Modifier and TypeMethodDescriptionstatic LowestCommonAncestorStatic
LowestCommonAncestorStatic.newInstance()
Create a new algorithm for static LCA queries.