I've been reading an algorithm book lately. There is this one question that I've been struggling with and can't solve it:
Consider a computer that can do 10^10 operations per second. With an algorithm that has a time complexity of $n *log(n)$. What is the largest input size $n$ that this computer can complete within an hour?
Perhaps this question is pretty simple, but none of the online calculators that I know of (things like symbolab.com) have been able to solve it.
Any help would be greatly appreciated.