rustworkx icon indicating copy to clipboard operation
rustworkx copied to clipboard

Implementation of Community Detection via Semi-Synchronous Label Propagation Algorithms

Open gulldan opened this issue 1 year ago • 3 comments

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

gulldan avatar Apr 07 '24 09:04 gulldan

Also need this algo

sevenineone avatar Apr 07 '24 12:04 sevenineone

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 avatar Apr 16 '24 01:04 IvanIsCoding

Hi, I'd Like to take up this issue.

Grimoors avatar Sep 23 '24 07:09 Grimoors