A programmer is given two codes, A and B, to solve a problem, which have complexity θ(n3) and ω(n3) respectively. Her client wants to solve a problem of size k, which is sufficiently large. Which code should she deliver to the client in the present scenario?
Option 1 : Code A
Option 2 : Code B
Option 3 : Both codes have the same execution time, so deliver any.
Option 4 : None of these
Answer: Option 1