Metadata-Version: 2.1
Name: algorthm
Version: 0.6
Summary: A package for studying various Algorithms and visualizing the operations 
Home-page: https://github.com/dinaklal/algorthm
Author: Dinak Lal V
Author-email: dinaklal@gmail.com
License: UNKNOWN
Description: 
        # algorthm
        A python package for visualizing and learning algorithms. 
        
        
        
        
        ## Authors
        
        Dinak Lal V -[www.dinaklal.in]
        
        dinaklal@gmail.com
        
        ## Usage
        
        
         * Install package - **pip install algorthm**
         
         * Import into your code - **import algorthm**
         * Use methods. Default case the algorithms in this package give you step wise result so that one
         can understand the back ground operations- **algorthm.sort.bubbleSort(list)**
         * For using  algorithms without stepwise result, pass "False" as last argument
         eg -: **algorthm.sort.bubbleSort(list,False)**
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Description-Content-Type: text/markdown
