A bubbler sort package
Project description
Bubbler
This is a sample package to sort an array using bubble sort.
Usage
- Create Virtual Environment
pip install virtualenv
virtualenv -p python3 .
source bin/activate
- Install Package
pip install yuzhuhwbubbler==0.1.0
- Use as Module
from yuzhuhwbubbler import bubbleSort
arr = [31, 2, 11, 23, 8, 7, 11,14,20]
bubbleSort(arr)
print ("sorted:")
for i in range(len(arr)):
print ("%d" %arr[i]),
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
yuzhuhwbubbler-0.1.0.tar.gz
(1.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yuzhuhwbubbler-0.1.0.tar.gz.
File metadata
- Download URL: yuzhuhwbubbler-0.1.0.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aaa51fec543374beec0b85a185e3b154cc52de747a9fe04e933df1ebcdfdc27a
|
|
| MD5 |
73beff650039600734c8202cf4efc18b
|
|
| BLAKE2b-256 |
3505f9caae4a78f3c6feac029087c9c2c13107f79d2cf22cf7ab2ca138bdf097
|
File details
Details for the file yuzhuhwbubbler-0.1.0-py3-none-any.whl.
File metadata
- Download URL: yuzhuhwbubbler-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b54a711ab9344a86c09f6570a811508a2eff192366a034e3a0ea9437009a7959
|
|
| MD5 |
cc612bbd7c322b56c470ff8c977b5661
|
|
| BLAKE2b-256 |
1f33a0dbb0e3fdd723f28c6255541b63ae688c54ffbab4888515c909851bbd93
|