Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Jump Sort in Python. #78

Open
jasleen101010 opened this issue Oct 17, 2021 · 5 comments
Open

Add Jump Sort in Python. #78

jasleen101010 opened this issue Oct 17, 2021 · 5 comments

Comments

@jasleen101010
Copy link

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
Copy link
Author

Kindly assign this issue to me for Hacktoberfest 2021! Thanks :D

@prachi996
Copy link

please assign it to me

@AkhandAgrawal
Copy link

I want to work on it. Can you please assign this to me.

@Ambr0sE-01
Copy link

I want to work on this , plz assign me this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@jasleen101010 @prachi996 @AkhandAgrawal @Ambr0sE-01 and others