Skip to content

Himanshu40/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.

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.