If an algorithm has a T(n) = 1 + 5n + 3n^2, what is the algorithm's corresponding big-O notation? Cross out Select one:
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
If an algorithm has a T(n) = 1 + 5n + 3n^2, what is the algorithm's corresponding big-O notation? Cross out Select one:
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!