If function $f(n) = \lg n$ (log of $n$ to base $2$), and assuming that the algorithm to solve the problem takes $f(n)$ microseconds, what is the largest size of $n$ that can be solved in $1$ sec.?
To process $32$ items, it would take $5$ microseconds.