Hactoberfest2021 icon indicating copy to clipboard operation
Hactoberfest2021 copied to clipboard

Add Jump Sort in Python.

Open jasleen101010 opened this issue 3 years ago • 5 comments

Jump Search is a searching algorithm for sorted arrays. The basic idea is to check fewer elements (than linear search) by jumping ahead by fixed steps or skipping some elements in place of searching all elements.

jasleen101010 avatar Oct 17 '21 10:10 jasleen101010