Paul2708 / sorting-algorithms

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Algorithms

Sorting algorithms implemented in different languages (for hacktoberfest :D).

Contributing

Create a folder with the name of the sorting algorithm if is not already exists. Use only alphanumeric chars and dashes.

Save your implementation with the same name as folder, also add file extension. Title folder as "sorting alg name"-"langage used"

About

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


Languages

Language:Java 49.1%Language:Python 27.9%Language:C 15.5%Language:C++ 7.6%