📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    Time complexity of heap sort

    is:
    A O(n) Correct Answer Incorrect Answer
    B O(log n) Correct Answer Incorrect Answer
    C O(n²) Correct Answer Incorrect Answer
    D O(n log n) Correct Answer Incorrect Answer
    E O(1) Correct Answer Incorrect Answer

    Solution

    Heap sort builds heap O(n) + repeated extraction O(n log n).

    Practice Next
    More Data Structure Questions
    ask-question