Metadata-Version: 2.1
Name: LinkedLib
Version: 0.0.4
Summary: A python package for utilizing linked datastructures
Author-email: Robert Reynolds <rldr.europa@gmail.com>
Project-URL: Homepage, https://github.com/Robert-DeForrest-Reynolds/LinkedLib
Project-URL: Issues, https://github.com/Robert-DeForrest-Reynolds/LinkedLib/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

A small Python package to assist in using data structures.

Current Structures Implemented:
 - LinkedList
 - LinkedDictionary
