Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.22 KB

SMA-17s_CommunityDetection

Community detection programming exercises of the SMA-17s course.

Prerequisites

IPython notebook is used to demonstrate the exercises, but any IDE can be used to implement them, for example Komodo Edit or Atom.
To install python-igraph execute: $ pip install python-igraph

python-igraph is used to perform graph operations, see tutorial and API manual.