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.
 
 
 
 
jrtechs 8a7579f2f5 Added file which has two ways for doing quick sort. 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 Added file which has two ways for doing quick sort. 5 years ago
.gitignore Initial commit 5 years ago
LICENSE Initial commit 5 years ago
README.md Implemented the closed definition of fibonacci. 5 years ago
recurrences.py Added file which has two ways for doing quick sort. 5 years ago

README.md

Dependencies

Matplotlib

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