Uses of Package
com.jgalgo.alg.tree
Packages that use com.jgalgo.alg.tree
Package
Description
Algorithms specifically for tree graphs, such as LCA or TPM.
-
Classes in com.jgalgo.alg.tree used by com.jgalgo.alg.treeClassDescriptionDynamic algorithm for Lowest Common Ancestor (LCA) queries.A tree vertex in an
LowestCommonAncestorDynamicdata structure.An algorithm for computing the lowest common ancestor (LCA) of two vertices in a tree, offline.Queries container forLowestCommonAncestorOfflinecomputations forIntGraph.Queries container forLowestCommonAncestorOfflinecomputations.Result of aLowestCommonAncestorOfflinecomputation.Abstract class for offline LCA computation.Static Lowest Common Ancestor (LCA) algorithm.Data structure result created from a static LCA pre-processing.Abstract class for static LCA data structures.Tree Path Maxima (TPM) algorithm.Queries container forTreePathMaximacomputations forIntGraph.Queries container forTreePathMaximacomputations.A result object forTreePathMaximaalgorithm.Abstract class for TPM computations.