What is the purpose of the connectedComponents action?
3 vues
Réponse
The connectedComponents action calculates the connected components of a graph. It is used to determine groups of nodes where every node is reachable from every other node within the same group.