If an algorithm has a T(n) = 1 + 5n + 3n^2, what is the algorithm's corresponding big-O notation? Cross out Select one:
Posted: Sat Feb 19, 2022 3:20 pm
If an algorithm has a T(n) = 1 + 5n + 3n^2, what is the algorithm's corresponding big-O notation? Cross out Select one: O a O(1) O b. O(n^2) Oc. O(1 + 5n + 3n^2) O d. O( 3n^2) Cross out cross out cross out