0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

What the fuck is Big O Notation?

0
Posted at

how much runtime is scaled with the input size of variable.

O(n)

memo:

  1. Different step get added in function.
  2. Drop constants
  3. Different inputs -> different variables
  4. Drop non-dominate term
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?