458 views

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
2
LavTheRawkstar asked Sep 9, 2018
1,031 views
Sort The Following Sequence of input using Heap sort.{ 10 , 2 , 1 , 5, 3 ,8 ,11,24 ,7 }Please show the output at every pass because i am getting confused.
0 votes
0 votes
0 answers
3
pradeepchaudhary asked Jul 8, 2018
1,996 views
Q) Suppose we are sorting an array of eight integers using heapsort, and we have just finished some heapify (either maxheapify or minheapify) operations.The array now loo...
0 votes
0 votes
1 answer
4
Balaji Jegan asked Jun 18, 2018
565 views
Would it be possible to implement a variant of heapsort based on a perfectly balanced ternary structure in which the children of node $i$ are at positions $3i - 1, 3i$, a...