DevAffan / AffiCodes-Hacktoberfest2024

Make your first Pull Request for Hacktoberfest 2024! Don’t forget to spread the love, and if you find it helpful, consider giving us a ⭐️. This repository includes useful algorithms and code to help beginners, featuring multiple languages and ideas. You’ll also find some beginner-friendly mini projects to get you started!
40 stars 295 forks source link

Add Heap Sort and Shell Sort implementations #173

Closed SrushtiBhamodkar closed 1 month ago

SrushtiBhamodkar commented 1 month ago

This pull request implements two sorting algorithms: Heap Sort and Shell Sort, in C++.

Heap Sort:

Shell Sort:

Both algorithms include clear documentation and comments to facilitate understanding of the implementation. These additions enhance the repository by providing efficient sorting methods that can be used for various applications.