Ask Question
23 December, 16:53

The merge sort algorithm sorts using what technique?

+2
Answers (1)
  1. 23 December, 20:13
    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?
Get an answer to your question ✅ “The merge sort algorithm sorts using what technique? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers