Hactoberfest2021
Hactoberfest2021 copied to clipboard
Add Jump Sort in Python.
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.