Question: Assume there are several solutions for the same problem, with their worst case running time given below. Which algorithm is the most suitable as the
Assume there are several solutions for the same problem, with their worst case running time given below.
Which algorithm is the most suitable as the input size n increases?
1. t1(n) = nlgn
2. t2(n) = 11+lgn
3. t3(n) = 65n3+11
4. t4(n) = 999n2+11
5. t5(n) = 7n
For an algorithm A, its worst case running time is T(n)=12n3 + 6+ n2, and its best case running time is T(n)=143+ 2n + 12n2. Express its time complexity using the most appropriate asymptotic notations.
Group of answer choices
(n3)
(n3)
O(n3)
(n2)
O(n5)
(n)
(n)
O(n4)
(nlgn)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
