Gsauce-pyds


NameGsauce-pyds JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/GSAUC3/Gsauce-pyds
SummarySome useful and known data structure.
upload_time2022-12-20 08:49:50
maintainer
docs_urlNone
authorRajarshi Banerjee
requires_python
licenseMIT
keywords python linked list singly linked list binary search tree binary tree
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Data Structures for python
- Linked List
    - Singly Linked List
    - Circularly Singly Linked List
    - Doubly Linked List
    - Circularly Doubly Linked List
- Stack
    - Stack using list 
    - Stack using linked list   
- Queue
    - Queue using singly linked list
- Dequeue 
    - dequeue using doubly linked list
- Trees
    - Binary Trees
    - Binary search trees (BST)
    
## Installation
Latest Version : 0.3.0
```
pip install Gsauce-pyds
```

## License

© 2021 Rajarshi Banerjee

This repository is licensed under the MIT license. See Licence for details.

## Link to package

<a href="https://pypi.org/project/Gsauce-pyds/">Gsauce-pyds | pypi </a>

***


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GSAUC3/Gsauce-pyds",
    "name": "Gsauce-pyds",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,linked list,singly linked list,Binary Search Tree,Binary Tree",
    "author": "Rajarshi Banerjee",
    "author_email": "sambaner1050@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/4f/93/752892164da50f10690da3fa623a947d76e7d2355c378a9886900ac5e3c1/Gsauce-pyds-1.0.0.tar.gz",
    "platform": null,
    "description": "# Data Structures for python\n- Linked List\n    - Singly Linked List\n    - Circularly Singly Linked List\n    - Doubly Linked List\n    - Circularly Doubly Linked List\n- Stack\n    - Stack using list \n    - Stack using linked list   \n- Queue\n    - Queue using singly linked list\n- Dequeue \n    - dequeue using doubly linked list\n- Trees\n    - Binary Trees\n    - Binary search trees (BST)\n    \n## Installation\nLatest Version : 0.3.0\n```\npip install Gsauce-pyds\n```\n\n## License\n\n\u00a9 2021 Rajarshi Banerjee\n\nThis repository is licensed under the MIT license. See Licence for details.\n\n## Link to package\n\n<a href=\"https://pypi.org/project/Gsauce-pyds/\">Gsauce-pyds | pypi </a>\n\n***\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Some useful and known data structure.",
    "version": "1.0.0",
    "split_keywords": [
        "python",
        "linked list",
        "singly linked list",
        "binary search tree",
        "binary tree"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "8ba9f647e196a1fb06462b8bcf33c809",
                "sha256": "8c6c46087006eb654aae299b8f8ac8f3a08e99226251dfd6111945def5b97349"
            },
            "downloads": -1,
            "filename": "Gsauce_pyds-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8ba9f647e196a1fb06462b8bcf33c809",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8984,
            "upload_time": "2022-12-20T08:49:48",
            "upload_time_iso_8601": "2022-12-20T08:49:48.590145Z",
            "url": "https://files.pythonhosted.org/packages/1a/0d/de9099e7a5b008adbdd46dd86f96c7be49ef607a6577d28f1e5ffa7603d6/Gsauce_pyds-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "43b0f12c1bc8430c3ae487496eb652db",
                "sha256": "1ad786080e6b6faa4ff11fee1f2f88ea9fc3b940f471a4a83e52ac9914313ea2"
            },
            "downloads": -1,
            "filename": "Gsauce-pyds-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "43b0f12c1bc8430c3ae487496eb652db",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7443,
            "upload_time": "2022-12-20T08:49:50",
            "upload_time_iso_8601": "2022-12-20T08:49:50.575286Z",
            "url": "https://files.pythonhosted.org/packages/4f/93/752892164da50f10690da3fa623a947d76e7d2355c378a9886900ac5e3c1/Gsauce-pyds-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-20 08:49:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "GSAUC3",
    "github_project": "Gsauce-pyds",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gsauce-pyds"
}
        
Elapsed time: 0.07817s