1.Suppose it is known that the running time of an algorithm is
3n2 +6n, and that the running time of another algorithm for solving the same problem is 111n - 312. Which one would you prefer, assuming all other factors equal?
Hint: Your choice may depend on the input size n.