Open jasleen101010 opened 3 years ago
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.
Kindly assign this issue to me for Hacktoberfest 2021! Thanks :D
please assign it to me
I want to work on it. Can you please assign this to me.
I want to work on this , plz assign me this.
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.