-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
|
||
SORTING ALGORITHMS | ||
# SORTING ALGORITHMS | ||
|
||
**Wanted to start from scratch, so make PRs by adding different type of Sorting algorithms.** | ||
|
||
Wanted to start from scratch, so make PRs by creating different type of Sorting algorithms. | ||
|
||
|
||
If you are a beginner, start contributing to open source by creating PRs. | ||
## If you are a beginner and don't know How to contribute then this is for you: | ||
- Fork this repository. | ||
- Clone that repository. | ||
- Commit and push your code. | ||
- Then create a pull request. |