Metadata-Version: 2.1
Name: dsa-stl
Version: 0.0.6
Summary: DSA Algorithm
Home-page: UNKNOWN
Author: Aman Jaiswal (aman2000jaiswal)
Author-email: <aman2000jaiswal14@gmail.com>
License: UNKNOWN
Description: # dsa_stl
        - ##### python package for Data Structure and Algorithms.
        ---
        ## Installation
        ```
        pip install dsa_stl
        ```
        ---
        ## Testing
        
        ```
        from dsa_stl import testdsa
        testdsa.test()
        ```
        `
        test successful...
        `
        ---
        ## Available Libraries
        - <a href="https://github.com/aman2000jaiswal14/dsa_stl/blob/main/Documentation/doc_graph_stl.md" > graph_stl </a>
        - <a href="https://github.com/aman2000jaiswal14/dsa_stl/blob/main/Documentation/doc_directed_graph_stl.md" > directed_graph_stl </a>
        - <a href="https://github.com/aman2000jaiswal14/dsa_stl/blob/main/Documentation/doc_dsu_stl.md" > dsu_stl </a>
        - <a href="https://github.com/aman2000jaiswal14/dsa_stl/blob/main/Documentation/doc_lca_stl.md" > lca_graph_stl </a>
        
        ## Git Hub
        - <a href = "https://github.com/aman2000jaiswal14/dsa_stl"> Git Hub Code </a>
Keywords: python,dsa_stl,data structure,algorithms
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
