A simple quicksort implementation
Project description
The QuickSortPy library (by RapidDragon2612) is a working python implementation of the quick sort algorithm. Quick sort is widely considered to be the fastest and most efficient sorting algorithm.
To use QuickSortPy, run:
import quicksortpy
And then use the quicksortpy.sort() function, with the argument of the array which is to be sorted:
quicksortpy.sort(example_array)
This modifies the original array, but also returns the array as an output which can be used like so:
sorted_array = quicksortpy.sort(original_array)
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
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 quicksortpy-0.1.0.tar.gz.
File metadata
- Download URL: quicksortpy-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e80ff6a1f9cff436a35e19f2e86dcbd9fe2ba2bbf90d1149a6d87603c7e3d78
|
|
| MD5 |
d382787946dd6f5d52aa8de883dcf3ed
|
|
| BLAKE2b-256 |
7678f963239e89cdad2a66758a36eb94271393e765e8612faf5f8732b9444c69
|
File details
Details for the file quicksortpy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: quicksortpy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32179e9cfb7160683acfa87ff1daea9ddd168d94e7906fc5bb9225348001df69
|
|
| MD5 |
0d6c53c0389f8d51e3eb63121011a18e
|
|
| BLAKE2b-256 |
086059dfe5060de2f77572e71d66ce86cbe3379043798a8a598005771b0ec832
|