Metadata-Version: 2.1
Name: DataSort
Version: 0.0.1
Summary: This is pip, which is a collection of functions used for data structures.
Home-page: https://github.com/YGC20/DataSort
Author: YGC20
Author-email: ygchun123@naver.com
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE

# This pip contains Data Sort.
Included sorts are Bubble sort, Insertion sort, Selection sort, Merge sort, Quick sort, Heap sort and Shell sort.
