Skip to content

sRahul-00/Sorting-Algorithm

 
 

Repository files navigation

Sorting-Algorithm

Welcome to Sorting Algorithm repository. This repository is a small and handful collection of all sorting algorithms that needed most.

Stars

If you like this repository, you can bookmark this repo by hitting Star button above. This helps github search algorithm to show this repo to others.

Top-Contributors

Index

Getting Started 📜

1. Fork it 🍴

Get a fork/copy of this repository by clicking on Fork button.

Fork Button

2. Clone it 👥

Clone it into your local PC by using

git clone https://github.com/Himanshu40/Sorting-Algorithm

After cloning this repository, move into this repository by using

cd Sorting-Algorithm/

3. Setting up ⬆️

Add reference to this repository by using

git remote add src https://github.com/Himanshu40/Sorting-Algorithm

To see the changes, run the following command

git remote -v

4. Synchronize ♻️

Always make sure to update your local repository with this repository before making any changes.

git fetch --all

Switch to master branch

git checkout master

Merge all the remote commits to your master branch

git merge

Push changes to your forked Sorting-Algorithm repository

git push origin master

Now you are ready to start contributing and sending pull requests. See contributing guide.

Languages Used

c cplusplus csharp java php python

Credits

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

About

A handful list of Sorting Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 31.8%
  • C 23.9%
  • C++ 23.0%
  • Python 15.8%
  • C# 4.4%
  • PHP 1.1%