Metadata-Version: 2.1
Name: ex-dstruct
Version: 0.0.1
Summary: Used to add extra data types used in CS
Home-page: UNKNOWN
Author: Nitro Learn
Author-email: learn0855@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# Extended Data Structures Package
## Uses
This is made to teach people about stacks, queues, linked lists, and oter data structures that are not openly there in Python 3.

# THIS IS ONLY MEANT FOR TEACHING AS THE PACKAGES MAY BE SLOW AND NOT FIT FOR LARGE PROJECTS. PYTHON 3 LISTS CONTAIN ALL OF THE FEATURES THAT ARE SHOWN IN THIS MODULE. THANK YOU.

