Metadata-Version: 2.1
Name: cs-algorithms
Version: 0.0.1
Summary: Sorting Algorithms & Data Structures
Home-page: https://github.com/michael-gvdw/cs-algorithms.git
Author: Michael Groenewegen van der Weijden
Author-email: 
License: UNKNOWN
Project-URL: GitHub, https://github.com/michael-gvdw/cs-algorithms.git
Description: # cs-algorithms
        Python package with common sorting algorithms and data structures 
        
        
        ## Current functionality
        * Sroting:
            * bubble_sort_original
        * Data Structures:
            * None
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
