Examveda

Which sorting algorithm works by dividing the array into smaller parts and sorting those parts using recursion?

A. Counting Sort

B. Insertion Sort

C. Heap Sort

D. Merge Sort

Answer: Option D


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms