Metadata-Version: 2.4
Name: structures_detroix23
Version: 0.0.3
Summary: Python structures.
Author-email: Detroix23 <detroix23@gmail.com>
License-Expression: CC-BY-4.0
Project-URL: Repository, https://github.com/Detroix23/py_structures
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: license-file

# Data structures.

Classes:
- Chained lists (algorithmically);
- Stack;
- Queue;
- Doubly-chained lists;
- Tree;
- Graphs;
