Skip to content

HimeshKohad/Sorting_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Hi there 👋,

Welcome to my repository containing various sorting algorithms and their implementations in C++!

Please consider giving this repository a ⭐️ if you find these algorithms helpful. It means a lot to me.

GitHub stars GitHub forks GitHub license


You can access the algorithms and their implementations below:

Sr. No. Name File
1. Selection Sort 🔗 Link : Selection Sort
2. Bubble Sort 🔗 Link : Bubble Sort
3. Insertion Sort 🔗 Link : Insertion Sort
4. Merge Sort 🔗 Link : Merge Sort
5. Quick Sort 🔗 Link : Quick Sort
6. Heap Sort 🔗 Link : Heap Sort
7. Shell Sort 🔗 Link : Shell Sort

Contributing

Contributions are always welcome! If you have a new searching algorithm to add, or if you find a bug in an existing algorithm, please open a pull request.

License

This repository is licensed under the GPL-3.0 License.


Thanks for checking out my repository! I hope you find these sorting algorithms useful in your projects.

Feel free to share this repository with your friends.