Metadata-Version: 1.1
Name: easyCodes
Version: 0.0.2
Summary: Get general utility algorithms in output to use
Home-page: UNKNOWN
Author: Amit Kumar
Author-email: amit.kumar221099@gmail.com
License: MIT
Description: This is a simple code snippets library for oftenly used algorithms and code snippets. You have to just type some matching strings to get the code as the output on your screen
        Useful in Competetive Programming
        ======
        
        Attributes present:
        -------------------
        
        getCodeFor('Name_of_your_required_function')
        
        -> This function matches the functions present in the package to the name provided by the function call and prints the most similar function
        
        
        ----
        
        availableCodes()
        
        -> This function doesn't take any arguments and prints the code available in the package
        
        ----
        
        THIC PACKAGE HAS CODE SNIPPETS OF FOLLOWING FUNCTIONS (and takes no arguments)
        
        dfs, bfs, dijkstra, bellmanFord, knapsackTabulation, knapsackSet, travellingSalesman, availableCodes, inlineString, numInputs
        
        inlineString: Is for setting input stream for the program
        numInputs: Is for the boilerplate codes
        
        Change Log
        ==========
        
        0.0.1 (09/04/2021)
        -------------------
        - First Release
        
        0.0.2 (09/04/2021)
        -------------------
        - Minor fixings
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
