InterviewSolution
Saved Bookmarks
| 1. |
What will be the maximum number of comparisons that can be made in jump search algorithm (assuming k to be blocks jumped)?(a) k(b) n/k(c) k-1(d) k-1This question was addressed to me in class test.Question is from Searching in division Searching of Data Structures & Algorithms II |
|
Answer» Right choice is (c) k-1 |
|