/sorting-algorithms

a beginner-friendly repository made for open source beginners. add any sorting algorithms in any language to this repository :)

Primary LanguageJava

Sorting Algorithms

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.

List of Algorithms ⌨️

C++

C

C#

Go

Java

Javascript

Python

Contributing 🖇️

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!

title