When a program's time is plotted on log-log paper, the curve is not a straight line, but curves upward. The program is probably:
A:
O(n)
B:
O(n log n)
C:
O(n
2
)
D:
O(n
3
)
E:
O(2
n
)
Answer
Prev
Next
Page+10