

MCQOPTIONS
Saved Bookmarks
1. |
Select the code snippet for Jump Search. |
A. | public int jumpSearch(int arr[], int key){ int size = arr.length; int step = flo |
B. | public int jumpSearch(int arr[], int key){ int size = arr.length; int step = flo |
C. | public int jumpSearch(int arr[], int key){ int size = arr.length; int step = flo |
D. | None of the mentioned |
Answer» C. public int jumpSearch(int arr[], int key){ int size = arr.length; int step = flo | |