Sorting algorithms implemented in different languages (for hacktoberfest 😃). This repository is open to everyone. Feel free to add any sorting algorithms. The instructions for how to contribute to this repo are down below.
- Bead Sort
- Bogo Sort
- Bubble Sort
- Counting Sort
- Heap Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Radix Sort
- Selection Sort
- Shell Sort
- Tim Sort
- Bogo Sort
- Bubble Sort
- Bucket Sort
- Gnome Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Radix Sort
- Selection Sort
If there's an existing folder named with your chosen language, create a file for your new algorithm inside, calling it by the algorithm name and using the appropriate file extension i.e. bubbleSort.js. If there aren't any algorithms using your chosen language, feel free to start your own folder and place your implementations inside, and don't forget update the README.md!
