Computer Science, asked by nehaalhat8511, 7 months ago

Which of the algorithm design approach is used by Mergesort

Answers

Answered by Rithvikeshbabu
0
The Bottom-Up merge sort approach uses iterative methodology. It starts with the “single-element” array, and combines two adjacent elements and also sorting the two at the same time. The combined-sorted arrays are again combined and sorted with each other until one single unit of sorted array is achieved.


Hope it helps you.
Similar questions