helios1101 / HacktoberFest_20

This repository aims to cater to all users from beginners to advanced in this Hacktober'20. Everyone will surely have a take away form this. Happy Hacktober !!
https://helios1101.github.io/HacktoberFest_20/
GNU General Public License v3.0
84 stars 236 forks source link

Task 3 Adding Shell Sort.cpp #324

Open aniketsingh98571 opened 3 years ago

aniketsingh98571 commented 3 years ago

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 commented 3 years ago

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