Open In App

Algorithms | Sorting | Question 23

The number of elements that can be sorted in time using heap sort is
(A) 
(B) 
(C) 
(d) 
(A) A (B) B (C) C (D) D
Answer:(C)
Explanation: Time complexity of Heap Sort is for m input elements. For m = , the value of will be which will be which is
Quiz of this Question
Article Tags :