Collections of algorithms in python
Project description
AlgoMart
Collection of algorithms in python
Sorting Algorithm
- Bubble Sort -
bubble_sort - Insertion Sort -
insertion_sort - Selection Sort -
selection_sort - Quick Sort -
quick_sort - Merge Sort -
merge_sort - Heap Sort -
heap_sort - Counting Sort -
counting_sort - Radix Sort -
radix_sort
Sample Code
from algomart.algorithm.sort import bubble_sort
print(bubble_sort([3, 2, 1]))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
algomart-0.0.5.tar.gz
(6.5 kB
view details)
File details
Details for the file algomart-0.0.5.tar.gz.
File metadata
- Download URL: algomart-0.0.5.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c7a435b130955ff2c399a758d63f8b7e0bc6c99bda780e727f5637c8b5f08bc
|
|
| MD5 |
7d5327d2260f0643c2be5fb5d9ad361f
|
|
| BLAKE2b-256 |
0be73f17973b35ffc8b8da39d34c43eb524338480268d02e53bca352ef3a13db
|