kaustubhgupta / Hacktoberfest

This is for the information that the repository has been excluded by the Hacktoberfest team from the event. This was done to maintain the quality standards and promote good quality open source contributions.
MIT License
55 stars 278 forks source link

Shell Sort algorithm #637

Closed Sam071100 closed 2 years ago

Sam071100 commented 2 years ago

Description

Adding the code of Shell sort algorithm

Important Checklist

Languages and Assignees:

Notes

Anything you would like to discuss. Shell sort, also known as Shell sort or Shell's method, is an in-place comparison sort. It can be seen as either a generalization of sorting by exchange (bubble sort) or sorting by insertion (insertion sort).

github-actions[bot] commented 2 years ago

Congrats for creating your first issue here! Wait till our mentors assign this issue to you. In the meantime have a look at contribution guidlines to avoid any PR rejection

vinitvins commented 2 years ago

Can you add hacktoberfest label

Sam071100 commented 2 years ago

Can you add hacktoberfest label

Adding labels is not in my hands as I was not able to add the labels. If you can please add or please guide me to do so. Labels are managed by Github actions and moreover I think github actions is not working properly as for all the other issues made after me have been allotted the same tags as this issue got.