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 a java implementation of the shell sort algorithm. #41

Open
Praneeth1-O-1 opened this issue Dec 23, 2024 · 3 comments
Open

Add a java implementation of the shell sort algorithm. #41

Praneeth1-O-1 opened this issue Dec 23, 2024 · 3 comments

Comments

@Praneeth1-O-1
Copy link

Shell Sort is an in-place comparison-based sorting algorithm that generalizes Insertion Sort to allow the exchange of items that are far apart. The idea behind Shell Sort is to improve the efficiency of insertion sort by moving elements over larger gaps in the beginning and gradually reducing the gap, eventually performing a standard insertion sort with smaller gaps.

@Ashrockzzz2003
Copy link
Owner

Assigned @Praneeth1-O-1

@Shyam-Sundar-Raju
Copy link

@Ashrockzzz2003 hey is it possible to reassign this issue to me as its been a long time without progress

@Ashrockzzz2003
Copy link
Owner

You're already assigned to one. Once that's done. Will assign here as per status.

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

No branches or pull requests

3 participants