We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a69ff commit b2d85c2Copy full SHA for b2d85c2
README.md
@@ -1,6 +1,17 @@
1
# **Python-algorithms**
2
## efficient algorithms for general tasks with good time complexity.
3
4
+## To push a Pull-request:
5
+* Fork this repo.
6
+* Star the repo
7
+* Clone the repo on your local machine using `git clone https://github.com/{your-username}/python-algorithms.git`.
8
+* Create a branch `git checkout -b your_new_branch_name`
9
+* Make required changes then add and commit
10
+ `git add.`
11
+ `git commit -m "your commit message"`
12
+* Push your changes `git push origin your_new_branch_name`
13
+* Merge and send a Pull-request.
14
+
15
------------------------------------------------------------------------------------
16
17
**Referance:** Competetive programming with python
0 commit comments