Hi every one. I have this question, and I don't know how to solve it, because I don't understand it. :(
The question is:
Programs A and B are analyzed and are found to have worst case running times no greater than 150n log n and n2, respectively. Answer the following questions:
i) Which program has the better guarantee on the running time for large values of n (n > 10000)?
ii) Which program has the better guarantee on the running time for small values of n (n < 100)?
Can any one help me and explain it for me?