InterviewSolution
Saved Bookmarks
| 1. |
Shell sort is more efficient than insertion sort if the length of input arrays is small.(a) True(b) FalseI had been asked this question in homework.The question is from Shell sort topic in portion Sorting of Data Structures & Algorithms II |
|
Answer» The correct answer is (b) False |
|