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

Task 3 Adding Shell Sort.cpp #324

Open
aniketsingh98571 opened this issue Oct 4, 2020 · 1 comment
Open

Task 3 Adding Shell Sort.cpp #324

aniketsingh98571 opened this issue Oct 4, 2020 · 1 comment

Comments

@aniketsingh98571
Copy link

Is your feature request related to a problem? Please describe.
Shell sort is an algorithm that first sorts the elements far apart from each other and successively reduces the interval between the elements to be sorted. It is a generalized version of insertion sort. In shell sort, elements at a specific interval are sorted.

Describe the solution you'd like
Implementing using CPPSo

Describe alternatives you've considered
Sorting using Array

Additional context
Add any other context or screenshots about the feature request here.

@aniketsingh98571
Copy link
Author

@helios1101 Please assign me this issue as a part of Hacktoberfest2020.

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

2 participants
@aniketsingh98571 and others