Package com.jgalgo.alg.cores
Algorithms for computing the cores of graphs.
-
Interface Summary Interface Description CoresAlgo Cores computing algorithm.CoresAlgo.IResult The result of the cores computation forIntGraph
.CoresAlgo.Result<V,E> The result of the cores computation. -
Class Summary Class Description CoresAlgoAbstract Abstract class for computing the cores of a graph.CoresAlgoImpl Linear cores computing algorithm.