Metadata-Version: 2.1
Name: python-sorter
Version: 1.0.2
Summary: Apply multiple type of sorting algorithm on your data and also compare which sorting is fastes on your data
Home-page: https://github.com/Deep-Dey/python-sorter
Author: Deep Dey
Author-email: deepdey10998@gmail.com
License: MIT
Description: # python-sorter
        
        A **Python** package to apply multiple type of sorting algorithm on your data and also compare which sorting is fastes on your data
        
        # Features
        
            1. Brick_Sort
            2. Bubble_Sort
            3. Bucket_Sort
            4. Comb_Sort
            5. Counting_Sort
            6. Cycle_Sort
            7. Gnome_Sort
            8. Heap_Sort
            9. Insertion_Sort
            10. Intro_Sort
            11. Merge_Sort
            12. Pigeonhole_Sort
            13. Quick_Sort
            14. Radix_Sort
            15. Selection_Sort
            16. Stooge_Sort
            17. Strand_Sort
            18. Tree_Sort
            
            Available total 18 sorting algorithm to perform sorting.
        
        ## Prerequisites
        
        * **Python 3** and **pip** or **Anaconda**
        * Active Internet Connection  
        
        ## Getting started
        
        Clone the repository to your local machine using,
         
        ```
        ~$ git clone https://github.com/Deep-Dey/Time-Calculation-for-Sorting-Algorithms.git
        ```
        
Keywords: sorting python buublesort quicksort mergesort
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
