How many jumps will be made in the worst case of jump search(let block jumped =k)?
(a) n*k
(b) n/k
(c) k/n
(d) n+k
This question was posed to me by my school principal while I was bunking the class.
Question is taken from Searching in chapter Searching of Data Structures & Algorithms II