python-algorithm-examples


Namepython-algorithm-examples JSON
Version 0.1.2 PyPI version JSON
download
home_page
SummaryExamples of algorithms in Python
upload_time2023-09-11 18:56:26
maintainer
docs_urlNone
author
requires_python>=3.11
license
keywords algorithms data structures
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-algorithm-examples

Copyright (C) 2023 [Vincent A. Cicirello](https://www.cicirello.org/).

## About

The current purpose of this repository is to maintain examples of algorithms
implemented in Python that I use when teaching Stockton University course
CSCI 4104 Data Structures & Algorithms II. Most of my examples are currently
maintained outside of git and GitHub, but I plan to slowly add them here.

## License

All source code found in this repository is licensed under the [GPL-3.0](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "python-algorithm-examples",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "algorithms,data structures",
    "author": "",
    "author_email": "\"Vincent A. Cicirello\" <development@cicirello.org>",
    "download_url": "https://files.pythonhosted.org/packages/78/b0/f8b069d73c2fe20d68453ac2cac5b3131e22cba904d5bffaf4635dbed5b8/python_algorithm_examples-0.1.2.tar.gz",
    "platform": null,
    "description": "# python-algorithm-examples\n\nCopyright (C) 2023 [Vincent A. Cicirello](https://www.cicirello.org/).\n\n## About\n\nThe current purpose of this repository is to maintain examples of algorithms\nimplemented in Python that I use when teaching Stockton University course\nCSCI 4104 Data Structures & Algorithms II. Most of my examples are currently\nmaintained outside of git and GitHub, but I plan to slowly add them here.\n\n## License\n\nAll source code found in this repository is licensed under the [GPL-3.0](LICENSE).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Examples of algorithms in Python",
    "version": "0.1.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/cicirello/python-algorithm-examples/issues",
        "Changelog": "https://github.com/cicirello/python-algorithm-examples/blob/main/CHANGELOG.md",
        "GitHub Repository": "https://github.com/cicirello/python-algorithm-examples"
    },
    "split_keywords": [
        "algorithms",
        "data structures"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55f223de97a8c763cb60d3fbc6b9d512c848fb23c2ebce28c37a857e61c60f25",
                "md5": "48e6d3358a49119c1d687814459e9aff",
                "sha256": "58b07e02df8da4877ae1122afa8b19ecdeee955e9a7bbb264d4494d9a30395c1"
            },
            "downloads": -1,
            "filename": "python_algorithm_examples-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "48e6d3358a49119c1d687814459e9aff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 17954,
            "upload_time": "2023-09-11T18:56:24",
            "upload_time_iso_8601": "2023-09-11T18:56:24.884253Z",
            "url": "https://files.pythonhosted.org/packages/55/f2/23de97a8c763cb60d3fbc6b9d512c848fb23c2ebce28c37a857e61c60f25/python_algorithm_examples-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78b0f8b069d73c2fe20d68453ac2cac5b3131e22cba904d5bffaf4635dbed5b8",
                "md5": "5ee8e5c26dc5da420b828653a36689cb",
                "sha256": "d2ddb312951d13ef3d4510748489b12a5563c13181cd58ed51dd013d07c5708c"
            },
            "downloads": -1,
            "filename": "python_algorithm_examples-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "5ee8e5c26dc5da420b828653a36689cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 18064,
            "upload_time": "2023-09-11T18:56:26",
            "upload_time_iso_8601": "2023-09-11T18:56:26.403492Z",
            "url": "https://files.pythonhosted.org/packages/78/b0/f8b069d73c2fe20d68453ac2cac5b3131e22cba904d5bffaf4635dbed5b8/python_algorithm_examples-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-11 18:56:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cicirello",
    "github_project": "python-algorithm-examples",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "python-algorithm-examples"
}
        
Elapsed time: 0.13748s