Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 153 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 153 Bytes

barabasi-albert

Barabási-Albert scale-free network model

Usage

Create a Barabási-Albert network and plot:

g = BA(N = 100, m=3)
draw(g)