memr5 / Algorithms

Various Algorithms
MIT License
26 stars 162 forks source link

Added jump_search in python #63

Closed vk-mittal14 closed 5 years ago

vk-mittal14 commented 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.