Multiple Choice
What is the Big-Oh of the function T(n) = n2 - 2n + 81?
A) O(1)
B) O(n)
C) O(n2)
D) O(n log n)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: Which of the following is the Big-Oh
Q34: Which of the following will result in
Q35: The pattern T(n) = 2<sup>k</sup> T(n /
Q36: What is the best-case running time of
Q37: In terms of Big-Oh notation, a running
Q39: When we measure the speed performance of
Q40: Analyze whether you should be more concerned
Q41: What is the typical running time of
Q42: Inefficient coding will increase the running time,
Q43: When trying to develop and identify a