Python implementation for Price Model – scale-free network growth model for directed graphs
I’m trying to create a scale-free network growing model in networkx in Python. Plenty of resources exist on Github for the Barabassi-Albert Model, but my graph needs to be directed and BA is designed only for undirected graphs.