Skip to content

Implementation of the Newman modularity method in C

Notifications You must be signed in to change notification settings

xgal/newman-modularity-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Modularity and community structure in networks

This project is an implementation of Modularity and community structure in networks by M. E. J. Newman in C.
the code was part of an academic project, and the format was as requested.
The output is the communities detected by the algorithm.
In the project, there is an implementation of the optimization suggested in the article as well.
The results was top in class as well as the running time of the code because of the data structure used in the implementation.

https://www.pnas.org/content/103/23/8577

About

Implementation of the Newman modularity method in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published