Big O - MacKittipat/note-developer GitHub Wiki

Meaning

  • How code slow as data growth

https://qph.fs.quoracdn.net/main-qimg-80147a148e3065372a89cc6f688a5ce3

Term

  • O(1) : Constant time
  • O(N) : Liner
  • O(N^2) : Quadratic

Reference