Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.46 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.46 KB

Degree Dynamics

Proof of time evolution of the Barabasi-Albert model.

Works

Python implementation of the model was made.

Formulas









Using the equation above, the degree of the node over time can be estimated.

Usage

Simply run the code of "degree_dynamics.py". Before running, create a folder named "gif". To make "out.gif" file, uncomment the line start with "gif()" in the main in the code.

Output