Questions tagged [asymptotic-complexity]

Asymptotic complexity is an approximation of the edge case performance of an algorithm used to determine best and worst case scenarios.

796 questions
-8
votes
1 answer

Giving the Big O, Big Theta and Big Omega for a function

How can one give Big O, Big Theta or Big Omega for a function like T(n) = n + 10*log n Can someone please tell me how I can get the complexity for such a thing?
Sorin Cioban
  • 2,237
  • 6
  • 30
  • 36
1 2 3
53
54