Skip to content

Commit ef5d8c2

Browse files
authored
Update README.md
1 parent 181d6a4 commit ef5d8c2

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
1-
# Competitive-Programming-questions
1+
# Competitive Programming questions
22
This repo is open for all. Add your favourite competitive programming questions along with the solution.
3+
4+
## Guidelines
5+
6+
- Create a folder with the question name.
7+
- Add a .txt file with the problem statement and a solution file which contains the solution of the given problem.
8+
9+
## Getting Started
10+
11+
- Fork this repo (button on top)
12+
- Clone on your local machine
13+
14+
```terminal
15+
git clone https://github.com/your-username/Competitive-Programming-questions.git
16+
```
17+
18+
- Create a new folder with the question name.
19+
- Add your question and solution file in that folder.
20+
- Commit and push
21+
22+
```markdown
23+
git add .
24+
git commit -m 'Added question-name'
25+
git push origin master
26+
```
27+
28+
- Create a new pull request from your forked repository
29+
- Your PR gets merged! 🎃
30+
- Now you can help others do the same.
31+
32+
# Happy Coding! :)

0 commit comments

Comments
 (0)