Metadata-Version: 1.1
Name: sortusing
Version: 0.0.1
Summary: helps choose a sorting algorithm
Home-page: UNKNOWN
Author: Ujjwal Sharma
Author-email: ujjwalsharma2210@gmail.com
License: MIT
Description: This library lets you choose the sorting algorithm you want to use.
        Making this for students and research purposes
        
        
        Change Log
        ==========
        
        0.0.1 (16/8/2021)
        -------------------
        - First Release
        - added the following sorting algorithms
            - Merge Sort
            - Quick Sort
            - Bubble Sort
        - Works for integer arrays.
        
Keywords: sort
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
