I have dataset of author and their coauthor. I made a graph of this dataset. It contains a huge no. of cycles. I have tried JGRAPHT java API to find these cycles by using Johnsons Algorithm but failed on real data of about 577 publications. It is working on quite small set of authors and coauthors data.

If anybody know some good API in java or in any language or suggest me some other good algorithm for the said purpose.

or

Can I use community detection algorithm for this purpose or strongly connected component??

Please guide..

Thanks in advance..

Similar questions and discussions