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._
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 use the appropriate file extension i.e. bubbleSort.js
. If there aren't any algorithms in your choice of language, feel free to start your own folder and place your implementations inside, and don't forget to update the README.md!