For each function f(n) and time t, determine the largest size n of a problem that can be solved in time t,
where f(n)=t sec.
For the above question, I have to solve for f(n)=nlogn that means nlogn=t
how to find out the value of n, from above equation..?