Skip to content

H1manshu21/Sorting-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a9f1ea · Oct 3, 2022
Oct 17, 2021
Oct 6, 2021
Oct 3, 2022
Oct 23, 2021
Oct 7, 2021
Oct 2, 2021
Oct 10, 2021
Oct 3, 2021
Oct 2, 2021
Oct 1, 2021
Oct 9, 2021
Oct 2, 2021
Oct 2, 2021
Oct 1, 2021
Oct 2, 2021
Oct 4, 2021
Oct 8, 2021
Oct 10, 2021
Oct 11, 2021
Oct 1, 2021
Oct 3, 2021
Oct 3, 2022
May 6, 2020

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.

Index

Getting Started 📜

1. Fork it 🍴

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

2. Clone it 👥

Clone it into your local PC by using

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

where YourUsername is your GitHub username

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.