|
1 | 1 | # Programming |
2 | 2 |
|
3 | | -#### This project is for adding your programming problems solutions in various programming languages on different programming platforms. |
| 3 | +#### This project is for adding your programming problems' solutions in various programming languages on different programming platforms. |
4 | 4 |
|
5 | | -It contain codes for various Online Judge - CodeChef,Hackerearth,Codeforce, Spoj, HackerRank,etc. |
| 5 | +It contain codes for various Online Judges, including CodeChef, HackerEarth, Codeforces, Spoj, HackerRank, and others. |
6 | 6 |
|
7 | | -The files are named according to the problem name. You can find links to the problem on the first line of most files. |
| 7 | +The files are named according to the problem's name. You can find links to the problem on the first line of most files. |
8 | 8 |
|
9 | | -Note : Please do not misuse these codes. You will only be cheating yourself. This repo can be used for reference. |
| 9 | +Note : Please do not misuse these codes. You will only be cheating yourself. This repository can be used for reference. |
10 | 10 |
|
11 | 11 | ## Instructions- |
12 | 12 |
|
13 | | -- Fork this Repository using the button at the top |
14 | | -- Clone your forked repository to your pc |
15 | | -- Create a new branch for your modifications (ie. ```git branch new-problem``` and check it out ```git checkout new-problem``` and ``` git checkout -b new-problem```) |
16 | | -- Add your profile page in Students\ |
17 | | -- Add your files (```git add -A```), commit (```git commit -m "added myself"```) and push (```git push origin new-user```) |
18 | | -- Create a pull request |
| 13 | +- Fork this repository using the button at the top |
| 14 | +- Clone your forked repository to your local machine |
| 15 | +- Create a new branch for your modifications (i.e. ```git branch new-problem``` and check it out ```git checkout new-problem``` and ``` git checkout -b new-problem```) |
| 16 | +- Add your profile page in `Students\` |
| 17 | +- Add your files (```git add -A```), commit (```git commit -m "Added myself"```) and push (```git push origin new-user```) |
| 18 | +- Create a pull request, by navigating to the forked repository in the browser |
19 | 19 | - Star this repository |
20 | | -- Wait for Pull Request to merge |
21 | | -- Celebrate - you've done your first pull request!! |
| 20 | +- Wait for the pull request to merge |
| 21 | +- Celebrate! You've done your first pull request! |
22 | 22 |
|
23 | 23 |
|
24 | 24 | Read about markdown syntax here |
25 | 25 | https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet |
26 | 26 |
|
| 27 | +## An awesome resource to learn Git |
| 28 | +https://learngitbranching.js.org/ |
0 commit comments