(20 points).
Suppose you have the five running times given below
(and assume they are exact). Suppose you have a computer than performs
10 to the 11 power operations per second, and that you will need to
compute the answer to your problem in at most 5 minutes. For each
algorithm, give the largest input size n for which you would be able
to get the result within five minutes.
a. n^2
b. n^3
c. n log n
d. 2^n
e. 2^(2^n)