closed by
604 views
1 votes
1 votes
closed with the note: Got it

Need approach to solve this ?

closed by

Related questions

0 votes
0 votes
0 answers
2
1 votes
1 votes
1 answer
3
Rajesh Pradhan asked Nov 21, 2016
1,380 views
There are 3 D&C basis sorting AlgosQuick sort :- T(k)+T(n-k)+ CnMerge sort :- 2T(n/2) +Cn Heap sort :- ___________I know how the complexity of heap sort is O(nlogn) but ...
1 votes
1 votes
3 answers
4
Balaji Jegan asked Jun 17, 2018
3,428 views
How many element comparisons would heap sort use to sort the integers $1$ to $8$ if they wereinitially in sorted order, initially in reverse sorted order?