Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 321 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 321 Bytes

RLP: Random Label Propagation Graph Partitioning

A random linear-time graph partitioning algorithm inspired from label propagation method. Implementation is provided in both Python as well Julia language.

Dependencies

Python

  • networkx: pip install networkx

Julia

  • LightGraphs
  • GraphIO
  • StatsBase