Metadata-Version: 2.1
Name: dimppy
Version: 0.0.0.4
Summary: Data Structures and Algorithms implementation in Python
Home-page: https://github.com/Armaan-268/DSA_in_Python
Author: Armaan Chauhan
Author-email: armaanchauhan268@gmail.com
License: MIT
Description: # Data Structure and in Algorithms in Python 
        
        A Python package of data structure codes
        
        ## Usage
        
        This package contains ready to use Data Structure and Algorithm implementations. The primary focus is provide pre-coded functions that can be used on the go for various Data Structures and Algorithm problems.
        
        -----------------------------------
        **Note:** 
        * This package is in alpha phase of development.
        * All the files and classes are in title case (eg: TitleCase) and all the methods and functions are in camel case (eg: camelCase)
        
        ```  
        pip install dimppy
        ```
        
        Change Logs
        ================================
        
        0.0.0.3 (01/06/2021)
        ----------------------------------------------------------------
        - First Release
            -Fixed bug in Binary Tree
        
        ----------------------------------------------------------------
        
        **Repository link:** 
        [GitHub](https://github.com/Armaan-268/DSA_in_Python)
Keywords: datastructures,algorithms
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
