Smartmind
.global
What is the order of growth represented by the function f(n) = 3n^2 + 2n + 1?
O(n^3)
O(n^2)
O(n)
O(2^n)
Computer Science Exercises are loading ...