Skip to content

Instantly share code, notes, and snippets.

@dcimring
Last active May 20, 2018 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcimring/073230dca20d91dcf798a7c77b77c55b to your computer and use it in GitHub Desktop.
Save dcimring/073230dca20d91dcf798a7c77b77c55b to your computer and use it in GitHub Desktop.
Network Effect Growth Models
n linear n^2 log(n)
1 1 1 0
2 2 4 0.7
10 10 100 2.3
100 100 10000 4.6
1000 1000 1000000 6.9
1000000 1000000 1000000000000 13.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment