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

Implementation of Community Detection via Semi-Synchronous Label Propagation Algorithms #1161

Open
gulldan opened this issue Apr 7, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@gulldan
Copy link

gulldan commented Apr 7, 2024

The Community Detection via Semi-Synchronous Label Propagation Algorithms is commonly used to identify communities in graphs, and is present in other libraries/tools such as NetworkX and Neo4J.

It would be great if an implementation was available in RustworkX too.

Same as #1141

@sevenineone
Copy link

Also need this algo

@IvanIsCoding IvanIsCoding added the enhancement New feature or request label Apr 16, 2024
@IvanIsCoding
Copy link
Collaborator

I think it would be a welcome addition to rustworkx but we will probably focus on implementing #1141 to get started with community detection algorithms

@IvanIsCoding IvanIsCoding added the good first issue Good for newcomers label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants