This repository is a comprehensive collection of various sorting algorithms used in Data Structures and Algorithms (DSA). It serves as a valuable resource for students, educators, and anyone looking to understand and implement these algorithms.
- 🧊 Bubble Sort
- 🎯 Selection Sort
- ➡️ Insertion Sort
- ⚡ Quick Sort
- 🔄 Merge Sort
- 🏗️ Heap Sort
- 🔢 Radix Sort
- 🧮 Counting Sort
- 🐚 Shell Sort
(Note: Don't forget to update this list as you add more algorithms)
Each algorithm is implemented in its own separate file. To use any of these algorithms, simply import the corresponding file into your project. All codes are written in C++
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
- Rohan Mitra - Computer Science Student - Github