Metadata-Version: 2.1
Name: algop
Version: 0.0.6
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 algorithms implemented in python as functions

## To Use
``pip3 install algop``




|Parameters|Default  | Key|  
|---------|--|--|
| array        | none  |All|
| say        | false  |All|
| target        | None  |2|



## Current 
|  Algorithm| Done  | Key|
|--|--| --|
| Bubble sort  | ✅ | 0|
| Insertion sort  | ✅ |1|
| Two Number Sum  | ✅ |2|

