Ask Question
12 October, 03:06

The merge sort algorithm sorts using what technique?

+2
Answers (1)
  1. 12 October, 03:32
    0
    Merge Sort algorithm uses Divide and Conquer technique.

    Explanation:

    The technique used by merge sort algorithm is Divide and Conquer because merge sort in it's every iteration divides the array in two equal halves and then sorts them.

    Merge sort keeps on dividing the array in two equal halves until there is only one element left in the array. Then it merges every element in sorted order.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The merge sort algorithm sorts using what technique? ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers