Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect runtime complexity in Javadoc for clustering coefficient #1127

Open
ameyabp opened this issue Sep 7, 2022 · 0 comments
Open

Incorrect runtime complexity in Javadoc for clustering coefficient #1127

ameyabp opened this issue Sep 7, 2022 · 0 comments

Comments

@ameyabp
Copy link

ameyabp commented Sep 7, 2022

If I am not mistaken, as per the current implementation of clustering coefficient, it should have a runtime complexity of O(V*max_degree^2) instead of O(V+max_degree^2).

https://jgrapht.org/javadoc/org.jgrapht.core/org/jgrapht/alg/scoring/ClusteringCoefficient.html

@AlexandruValeanu, could you please confirm and take appropriate action accordingly?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant