recategorized by
582 views
0 votes
0 votes
closed as a duplicate of: GATE CSE 2003 | Question: 23
recategorized by

Related questions

0 votes
0 votes
0 answers
1
srestha asked Aug 16, 2018
1,052 views
a)Deletion of smallest element in heapb)Insertion of an element in a heap will take$O(n)$ or $O(logn)$ time?
0 votes
0 votes
1 answer
2
akankshadewangan24 asked Dec 2, 2017
311 views
to find the maximum elements in a min heap represnted by an array can be computed in ____________ timea. theta nb.theta n2c.theta nlognd.theta 1
1 votes
1 votes
1 answer
3
0 votes
0 votes
1 answer
4
iarnav asked Jun 20, 2018
696 views
I've read and been told that Heapsort can only be applied on Max heap, but this article for G4G states otherwise - https://www.geeksforgeeks.org/heap-sort-for-decreasing-...