This is pip, which is a collection of functions used for data structures.
Project description
MyDataSort001
이 PIP 파일은 데이터 구조의 정렬부분을 구현했습니다.
데이터 구조 정렬의 Bubble sort, Insertion sort, Selection sort, Merge sort, Quick sort, Shell sort, Heap sort를 구현했습니다. 사용 방법 :
from mySort import Sort
B = [4,24,8,2,34,2,1,9,2]
A=Sort.Quick(B)
print(A)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file MyDataSort001-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: MyDataSort001-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eeea6cf34e5d2a12583a1b419b3a605db8b73764af173b688b2636f862f7de4b |
|
MD5 | f1ffd423aebd2ecd2ebdf80c674b9a52 |
|
BLAKE2b-256 | aa2ed2d8c6d7dd1badc22b2c43dd327ddc86504788ac039eb467845510df1212 |