Skip to content

A collection of different types of sorting algorithms in diff languages. HacktoberFest 2019-22 :octocat:

Notifications You must be signed in to change notification settings

FreshMess/sorting-algorithms

This branch is 1 commit ahead of tulika-99/sorting-algorithms:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cbd1d85 Â· Mar 29, 2023
Oct 9, 2022
Oct 2, 2020
Oct 20, 2019
Oct 3, 2021
Oct 26, 2020
Oct 9, 2021
Oct 4, 2021
Oct 20, 2019
Oct 8, 2021
Oct 30, 2021
Oct 23, 2020
Oct 20, 2019
Oct 3, 2020
Nov 13, 2021
Oct 14, 2022
Oct 23, 2020
Oct 20, 2019
Oct 23, 2020
Oct 19, 2019
Oct 9, 2022
Oct 22, 2020
Oct 21, 2020
Oct 3, 2020
Oct 1, 2020
Oct 2, 2020
Oct 31, 2019
Oct 6, 2020
Mar 29, 2023
Oct 1, 2020
Oct 31, 2019
Oct 8, 2021
Oct 27, 2021
Oct 30, 2019
Oct 8, 2020
Oct 18, 2021
Oct 9, 2022
Nov 15, 2020

Repository files navigation

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

  • Create a folder with the algorithm name and language used to implement it. ( Eg: Insertion Sort-C++ )
  • Add a .txt file with the Algorithm and a solution file which contains the solution of the given problem.
  • Add this file inside the folder with the name of the algorithm you have implemented. If not present then create a new folder with the name of the algorithm and add your own folder to it.
  • You can also help maintain a single text file containing the detailed explanation of all the algorithms.

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

Steps

  • Fork this repo (button on top)
  • Star this repo (button on top)
  • Clone on your local machine
git clone https://github.com/your-username/sorting-algorithms.git
  • Create a new folder with the algorithm name and language.
  • Add your algorithm and solution file in that folder.
  • Commit and push
git add .
git commit -m 'Added algorithm-name'
git push origin master
  • Create a new pull request from your forked repository
  • And you are one step closer! 🤩

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

About

A collection of different types of sorting algorithms in diff languages. HacktoberFest 2019-22 :octocat:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 24.4%
  • C++ 18.6%
  • Python 11.2%
  • C 8.8%
  • JavaScript 8.6%
  • C# 6.3%
  • Other 22.1%