Which of the following is good for sorting arrays having less than 100 elements?
(a) Quick Sort
(b) Selection Sort
(c) Merge Sort
(d) Insertion Sort
I had been asked this question in class test.
The origin of the question is Insertion sort in portion Sorting of Data Structures & Algorithms II