Uses of Interface
com.jgalgo.alg.tree.TreePathMaxima.IQueries
-
Packages that use TreePathMaxima.IQueries Package Description com.jgalgo.alg.tree Algorithms specifically for tree graphs, such as LCA or TPM. -
-
Uses of TreePathMaxima.IQueries in com.jgalgo.alg.tree
Methods in com.jgalgo.alg.tree that return TreePathMaxima.IQueries Modifier and Type Method Description static TreePathMaxima.IQueries
TreePathMaxima.IQueries. newInstance(IntGraph g)
Create an empty queries container.
-