connected_components
Identify connected components in a graph to reveal its structure. Get groups of nodes that are mutually reachable, useful for network analysis.
Instructions
Find connected components in the graph
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | Yes |