Which of the following algorithms would be appropriate and the most efficient for sorting 1 million integers in an unlimited range with non-uniform distribution?
Select one:
Merge sort
Quick sort
Insertion sort
Bubble sort
Bucket sort
Selection sort
Counting sort
Answers
Answered by
0
Quicksort is one of the most efficient sorting algorithms
Similar questions