Uses of Interface
com.jgalgo.alg.cores.CoresAlgo
-
Packages that use CoresAlgo Package Description com.jgalgo.alg.cores Algorithms for computing the cores of graphs. -
-
Uses of CoresAlgo in com.jgalgo.alg.cores
Classes in com.jgalgo.alg.cores that implement CoresAlgo Modifier and Type Class Description class
CoresAlgoAbstract
Abstract class for computing the cores of a graph.class
CoresAlgoImpl
Linear cores computing algorithm.Methods in com.jgalgo.alg.cores that return CoresAlgo Modifier and Type Method Description static CoresAlgo
CoresAlgo. newInstance()
Create a new cores algorithm object.
-