Metadata-Version: 2.1
Name: algop
Version: 0.0.5
Summary: Common Algorithms
Home-page: https://github.com/isahaji/algop
Author: Isa Haji
Author-email: isa@isahaji.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/isahaji/algop/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

### What is Algop?
		Algop is a collection of common used alogrtihms implemented in python as functions

## To Use
``pip3 install algop``




|Parameters|Default  | Purpose|
|---------|--|-|
| array        | none  |N/A|
| say        | false  |Will print array|



## Current 
|  Algorithm| Done  |
|--|--|
| Bubble sort  | ✅ |
| Insertion sort  | ✅ |

