Computer Science, asked by khushi1836, 4 months ago

what is the difference between sorting and merging
give me the answer ​

Answers

Answered by Anonymous
3

Answer:

The main difference between quicksort and merge sort is that the quicksort sorts the elements by comparing each element with an element called a pivot while merge sort divides the array into two subarrays again and again until one element is left. Sorting is the method of arranging data in a particular order.

Answered by Anonymous
6

Explanation:

The main difference between sort and merge is that the quicksort sorts the elements by comparing each element with an element called a pivot while merge sort divides the array into two subarrays again and again until one element is left. Sorting is the method of arranging data in a particular order.

Similar questions