Computer Science, asked by adityar2507, 2 days ago

Compare the two types of sorting.

Answers

Answered by violinasarma396
0

Answer:

A sorting algorithm which divides the elements into two subsets and again sorts recursively. Merge sort - A sorting algorithm which divides the elements to subgroups and then merges back to make a sorted. Radix Sort - A sorting algorithm used for numbers.

Similar questions