Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 337 Bytes

readme.md

File metadata and controls

8 lines (4 loc) · 337 Bytes

This repository has implementation of algorithms in the paper https://arxiv.org/abs/2110.02722

Please check graph_clustering.ipynb to reproduce the results.

  • All the algorithms are implemented in python and available in their respective named files.

  • The proposed algorithms DSC and SSDP are available in DSC_SSDP.py.