πŸ“’ Too many exams? Don’t know which one suits you best? Book Your Free Expert πŸ‘‰ call Now!

  • google app store apple app store
  • βœ–

      Question

      Which sorting algorithm divides the array into halves

      recursively?
      A QuickSort Correct Answer Incorrect Answer
      B MergeSort Correct Answer Incorrect Answer
      C HeapSort Correct Answer Incorrect Answer
      D BubbleSort Correct Answer Incorrect Answer
      E SelectionSort Correct Answer Incorrect Answer

      Solution

      MergeSort splits the array recursively and merges sorted halves using divide-and-conquer.

      Practice Next
      ask-question