Tagged Questions
1
vote
4answers
161 views
how do you solve this logarithmic inequality in an efficient way?
The inequality is: nlogn <= a (n is natural number, log is based of 10). Question: what is the maximum value of n possible?
My solution is to scan n = 1 to infinity (step 1) until getting to the ...