Question

    Which all statements are correct about Sorting

    A Bubble sort has O(n^2) as best case time complexity Correct Answer Incorrect Answer
    B selection sort has O(n^2) as best case time complexity Correct Answer Incorrect Answer
    C Insertion sort has O(n^2) as best case time complexity Correct Answer Incorrect Answer
    D Radix sort has O(n+K) as best case time complexity Correct Answer Incorrect Answer
    E Only b and d are correct Correct Answer Incorrect Answer

    Solution

    The correct answer is E

    Practice Next
    ×
    ×