Skip to content

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

Notifications You must be signed in to change notification settings

bartekprzadka/sorting-algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 42.5%
  • C++ 20.1%
  • JavaScript 11.6%
  • Python 11.2%
  • C 8.0%
  • Kotlin 2.9%
  • Other 3.7%