tulika-99 / sorting-algorithms

A collection of different types of sorting algorithms in diff languages. HacktoberFest 2019-22 :octocat:
63 stars 151 forks source link
algorithm hacktoberfest hacktoberfest2019 hacktoberfest2020 hacktoberfest2021 sorting

Sorting Algorithms

A collection of different types of sorting algorithms in diff languages. This repository is open to all. To help you out with your Hacktoberfest goals!!
All you need to do is just add any sorting algorithm of your choice in any language you like with only the condition that it hasn't already been added.

Guidelines

Since we restructured it,it does not contain a single file for the algorithm.

Steps

git clone https://github.com/your-username/sorting-algorithms.git
git add .
git commit -m 'Added algorithm-name'
git push origin master

Links to help out-

https://help.github.com/en/articles/adding-a-file-to-a-repository-using-the-command-line https://www.digitalocean.com/community/tutorials/how-to-create-a-pull-request-on-github