InterviewSolution
Saved Bookmarks
| 1. |
What is the value of jump taken for maximum efficiency while implementing jump search?(a) n/2(b) n^2(c) n^1/2(d) log nI had been asked this question in a national level competition.I need to ask this question from Searching topic in chapter Searching of Data Structures & Algorithms II |
|
Answer» Correct choice is (C) n^1/2 |
|