Uses of Interface
com.jgalgo.alg.connect.WeaklyConnectedComponentsAlgo
Package
Description
Algorithms for solving connectivity problems, such as strongly/weakly connected components, minimum edge/vertex cuts,
ect.
-
Uses of WeaklyConnectedComponentsAlgo in com.jgalgo.alg.connect
Modifier and TypeClassDescriptionclass
Abstract class for computing weakly connected components in a graph.class
Simple implementation of the weakly connected components algorithm.Modifier and TypeMethodDescriptionWeaklyConnectedComponentsAlgo.newInstance()
Create a new weakly connected components algorithm object.