InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sorting algorithms is the fastest for sorting small arrays?(a) Quick sort(b) Insertion sort(c) Shell sort(d) Heap sortThis question was addressed to me during an interview for a job.This question is from Insertion sort in section Sorting of Data Structures & Algorithms II |
|
Answer» The correct ANSWER is (B) Insertion sort |
|