edited by
225 views

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
iarnav asked Jun 24, 2018
267 views
The number of possible min-heaps containing each value from {1,1,1,1,1,1,1} exactly once is _______This is a variance of Gate 2018 question and how will we deal if all va...
2 votes
2 votes
1 answer
2
Balaji Jegan asked Mar 3, 2018
1,103 views
How many Binary Max-Heaps can be constructed from the elements {1,1,2,2,3,3,4,4} ?
4 votes
4 votes
2 answers
3
jenny101 asked Oct 26, 2016
1,121 views
7 votes
7 votes
2 answers
4
Warlock lord asked Dec 5, 2017
1,155 views
From an array of size n , we need to find the k bigger elements. What is the data structure we should use to find k bigger element in best asymptotic complexity? 1.A max ...