Skip to main content

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

MyDataSort001-0.0.4-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page