Metadata-Version: 1.0
Name: cd_alg
Version: 0.2
Summary: algorithms package exercise
Home-page: UNKNOWN
Author: cdreek
Author-email: cdreek@example.com
License: MIT
Description: Python package creation exercise
        --------------------------------
        
        This package contains different sort functions.
        
        To install it, use following command in the terminal::
        
            >>> pip install cd_alg
        
        To use the methods, import them with following code in your python file::
        
            >>> from cd_alg import bubbleSort, insertionSort, selectionSort, quick_sort
        
        
Platform: UNKNOWN
