Proof of time evolution of the Barabasi-Albert model.
Python implementation of the model was made.
Using the equation above, the degree of the node over time can be estimated.
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.