SyntaxFix
Write A Post
Hire A Developer
Questions
f(n) belongs to O(n) if exists positive k as f(n)<=k*n
f(n)
O(n)
k
f(n)<=k*n
f(n) belongs to T(n) if exists positive k1, k2 as k1*n<=f(n)<=k2*n
T(n)
k1
k2
k1*n<=f(n)<=k2*n
Wikipedia article on Big O Notation