Metadata-Version: 2.4
Name: dsa_collections
Version: 2.3.1
Summary: collections of data structures and algorithms for learning purposes, with 100% test coverage.
License: MIT
License-File: LICENSE.txt
License-File: NOTICE.md
Author: jackcizon
Author-email: jack20021213cn@gmail.com
Requires-Python: >=3.12,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/markdown

![CI](https://github.com/jackcizon/dsa_collections/actions/workflows/ci.yaml/badge.svg)

# DSA Collections

collections of data structures and algorithms for learning purposes, with 100% test coverage.

## Install

```shell
pip install dsa_collections
```

## Version

**2.3.1**

## Notes

see license in `LICENSE.txt`
