Vidyalelo
Data Structure · Q335

Sorting Algorithms

Programming · Data Structure · question 335

Q335

Which one of the following sorting algorithm is best suited to sort an array of 1 million elements?

A.
Bubble sort
B.
Insertion sort
C.
Merge sort
D.
Quick sort
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board