Question: T(n) for algorithm B1 is T(n)=2n^3 + 20, T(n) for B2 is T(n)=2n^2 + 20, and T(n) for B3 is T(n)=n^2 +120. Mark the statements
T(n) for algorithm B1 is T(n)=2n^3 + 20, T(n) for B2 is T(n)=2n^2 + 20, and T(n) for B3 is T(n)=n^2 +120. Mark the statements as True, False, or Cannot say.
a. B1 is (n^3):
b. B2 is (n^2):
c. B3 is o(n^1):
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
