Metadata-Version: 2.1
Name: python-algorithm-examples
Version: 0.1.2
Summary: Examples of algorithms in Python
Project-URL: GitHub Repository, https://github.com/cicirello/python-algorithm-examples
Project-URL: Bug Tracker, https://github.com/cicirello/python-algorithm-examples/issues
Project-URL: Changelog, https://github.com/cicirello/python-algorithm-examples/blob/main/CHANGELOG.md
Author-email: "Vincent A. Cicirello" <development@cicirello.org>
License-File: LICENSE
Keywords: algorithms,data structures
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Education
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# 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).
