File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
- # Competitive- Programming- questions
1
+ # Competitive Programming questions
2
2
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! :)
You can’t perform that action at this time.
0 commit comments