To facilitate better answering of questions, if you have a question, please fill in the following info. Otherwise, please delete the template.
I want to retrieve all subgraphs of the original graph where all vertices are connected to each other by some path, ignoring the direction of edges. e.g. I have 200 nodes with 20 nodes connected with each other making 10 components. So I want to retrieve 10 subgraphs showing which 20 nodes are connected.