A) An algorithm in which work grows as a square of the problem size.
B) An algorithm in which work grows as a power of three each time the problem size increases.
C) An algorithm in which work grows in direct proportion to the size of the problem.
D) An algorithm in which work grows at a rate of n^k, where k is a constant greater than 1.
Correct Answer
verified
Multiple Choice
A) 0.83
B) 1.63
C) 3.14
D) 5.24
Correct Answer
verified