InterviewSolution
Saved Bookmarks
| 1. |
Which of the following false about Jump Search?(a) Jump Search is better than Linear Search(b) Useful when jumping back is more costly than jumping forward(c) Jump Search is worse than Binary Search(d) Jump search starts from the index 0 even though specified index is kI got this question in unit test.This key question is from Uniform Binary Search in chapter Searching of Data Structures & Algorithms II |
|
Answer» Correct OPTION is (d) Jump search starts from the index 0 even though specified index is k |
|