Repository where I mostly put random python scripts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Sukhnandan Malhotra a2e5784233 Update readme 5 years ago
.idea Update readme 5 years ago
fibonacci Implemented the closed definition of fibonacci. 5 years ago
other Added file which has two ways for doing quick sort. 5 years ago
sorting Create merge_sort.py 5 years ago
.gitignore Initial commit 5 years ago
LICENSE Initial commit 5 years ago
README.md Update readme 5 years ago
recurrences.py Added file which has two ways for doing quick sort. 5 years ago

README.md

##How to Contribute to this project 1) Fork this repository. 2)Clone this repository on local system by git clone "URL" 3) Checkout on a new branch by "git checkout -b branch_name" 4)Add changes and commit and push to remote. 5) Make a pull request.

Dependencies

Matplotlib

python -m pip install -U pip
python -m pip install -U matplotlib