rustworkx
rustworkx copied to clipboard
Implementation of Community Detection via Semi-Synchronous Label Propagation Algorithms
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 https://github.com/Qiskit/rustworkx/issues/1141
Also need this algo
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
Hi, I'd Like to take up this issue.