Confused on big O notation

前端 未结 0 1357
长发绾君心
长发绾君心 2021-01-15 07:10

According to this book, big O means:

f(n) = O(g(n)) means c · g(n) is an upper bound on f(n). Thus there exists some constant c such that f(n) is always ≤
相关标签:
回答
  • 消灭零回复
提交回复
热议问题