2 answers
8
The complexity of comparison based sorting algorithm is (nlogn) .How?
5 answers
20
If $n$ is a power of $2$, then the minimum number of multiplications needed to compute $a^n$ is$\log_2 n$$\sqrt n$$n-1$$n$