Question: What is the difference between an algorithm defined as O(n) and one defined as Theta(n) ? Select one: a. O(n) defines worst case, so that

What is the difference between an algorithm defined as O(n) and one defined as Theta(n) ? Select one: a. O(n) defines worst case, so that algorithm may run faster than the other in some scenarios. b. There is no difference, the two algorithms are equivalent in complexity. c. theta(n) defines best case, so that algorithm may run slower than the other in some scenarios. d. It is impossible to tell from the given information
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
