InterviewSolution
Saved Bookmarks
| 1. |
Shell sort is an improvement on ____(a) insertion sort(b) selection sort(c) binary tree sort(d) quick sortThis question was posed to me in a job interview.Question is taken from Shell sort in section Sorting of Data Structures & Algorithms II |
|
Answer» Right choice is (a) insertion sort |
|