I am trying to figure this out, there is a way to find the largest connected component in the matrix column adj. For instance:
0000000110 0001100000 0000000000 0100000010 0100000100 0000000100 0000000000 1000110000 1001000000 0000000000
I have a problem with Google, and I am struggling to find something, I also read an article on wikis on graph theory and without joy. I assume that they should be an algorithm to solve this problem. Can someone point me in the right direction and give me some guidance on what I should do to solve this myself?
source share