Highest voted questions in Programming and DS

79 votes
10 answers
22
In a min-heap with $n$ elements with the smallest element at the root, the $7^{th}$ smallest element can be found in time$\Theta (n \log n)$$\Theta (n)$$\Theta(\log n)$$\...
73 votes
10 answers
28
70 votes
13 answers
35
67 votes
14 answers
37
The number of possible min-heaps containing each value from $\{1,2,3,4,5,6,7\}$ exactly once is _______