InterviewSolution
Saved Bookmarks
| 1. |
If Hibbard increments (h1= 1, h2= 3, h3= 7, …, hk = 2^k–1) are used in a Shell sort implementation, then the best case time complexity will be ________(a) O(nlogn)(b) O(n)(c) O(n^2)(d) O(logn)The question was asked in a national level competition.This interesting question is from Shell sort topic in portion Sorting of Data Structures & Algorithms II |
|
Answer» The correct CHOICE is (a) O(nlogn) |
|