Recent activity by Devesh_Kumar

6 answers
2
7 answers
3
The running time of the following algorithmProcedure $A(n)$If $n \leqslant 2$ return ($1$) else return $(A( \lceil \sqrt{n} \rceil))$;is best described by$O(n)$$O(\log ...
3 answers
4
11 answers
5
A complete $n$-ary tree is one in which every node has $0$ or $n$ sons. If $x$ is the number of internal nodes of a complete $n$-ary tree, the number of leaves in it is g...
4 answers
7
2 answers
9
3 answers
15
14 answers
16
The number of possible min-heaps containing each value from $\{1,2,3,4,5,6,7\}$ exactly once is _______