algorithms package exercise
Project description
# Python package creation exercise
This package contains different sort functions.
To install it, use following command in the terminal:
`pip install cd_alg`
To use the methods, import them with following code in your python file:
`from cd_alg import bubbleSort, insertionSort, selectionSort, quick_sort`
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cd_alg-0.3.tar.gz
(1.9 kB
view details)
Built Distribution
cd_alg-0.3-py3-none-any.whl
(2.9 kB
view details)
File details
Details for the file cd_alg-0.3.tar.gz
.
File metadata
- Download URL: cd_alg-0.3.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1ad6779ff0e2d421021d41006c01dc89709e8045443aa4a35cfebc224fe4eef8
|
|
MD5 |
575568963ca51a48af6e5c5ca317a3f9
|
|
BLAKE2b-256 |
b83b93f2597466c611a8efe594e06342f5be41e4665f6a1f60467e6e44c53d44
|
File details
Details for the file cd_alg-0.3-py3-none-any.whl
.
File metadata
- Download URL: cd_alg-0.3-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
bdbe326a9201769c8a4f4c54f044c1970224a51142ded69167d300cd663d8c45
|
|
MD5 |
f7bfdfb994da4c6cc8fb3edda7e985b5
|
|
BLAKE2b-256 |
d0bda6f6988f83a0d4117bc5afb4ddcc2ff0a9aa7946ab8b766f8e370ade7c0d
|