- Engineering
- Computer Science
- consider two algorithms a1 and a2 that have the running...
Question: consider two algorithms a1 and a2 that have the running...
Question details
Consider two algorithms A1 and A2 that have the running times T1(n) and T2(n), respectively.
T1(n) = n3 + 3n and T2(n) = 50n2.
Use the definition of Ω() to show that T1(n) € Ω(T2(n))
Solution by an expert tutor
