aysylu / loom

Graph library for Clojure. Mailing list https://groups.google.com/forum/#!forum/loom-clj
http://aysy.lu/loom/
886 stars 108 forks source link

Generate Barabasi-Albert Graphs #105

Open tomatitito opened 6 years ago

tomatitito commented 6 years ago

This adds a function to generate small-world graphs as proposed by Barabasi and Albert (1999), also know as preferential attachment graphs or power law graphs, as well as some tests. Please let me know, if you see any problems with the code.