Closed vk-mittal14 closed 5 years ago
I have added the jump search algo using python. I have used math module in this file. This code accepts a sorted array and the element that is needed to be searched and returns the index of the element of found.
I have added the jump search algo using python. I have used math module in this file. This code accepts a sorted array and the element that is needed to be searched and returns the index of the element of found.