Incorrect results for weakly connected component
jdongca2003 opened this issue · 1 comments
jdongca2003 commented
I tried SNAP web-graph dataset http://snap.stanford.edu/data/web-Google.html and found that the result was incorrect.
Ground-truth: The nodes in largest weak connected component: 855,802
./cc-sync --input webgraph_reindex_space.el --output result.txt
Then I calculated the largest WCC which contains 600,493 nodes (incorrect).
jdongca2003 commented
Sorry . The program works as expected. The issue is that I need to feed undirected graph in order to get correct results.