LinkeDS is a versatile Python project with linked data structures — stack, queue, and list — offering adaptability in bounded and dynamic sizes.
Project description
LinkeDS
This project introduces a versatile implementation of linked data structures, encompassing stacks, queues, and linked lists. The structures are designed for adaptability, available in both bounded and dynamic size variations. Single and doubly linked nodes facilitate flexible element connections.
Incorporating advanced features, the project includes a Jsonifier class, which acts as an Abstract Base Class (ABC) for JSON serialization and deserialization. This comprehensive toolkit empowers developers with efficient and flexible linked data structures, suitable for diverse programming needs.
[!NOTE]
This project has been developed based on Python 3.6 or above.
Features
- Bounded and Dynamic Sizes: Choose between bounded and dynamic sizes for each structure, offering flexibility in managing element capacity.
- Single and Doubly Linked Nodes: Utilize both single and doubly linked nodes to facilitate versatile connections between elements.
- Efficient Stack Operations: Execute all standard operations for each data structure, including bounded and dynamic sizes.
- Serialization of List: Serialize the entire list effortlessly to JSON format, enabling easy persistence and interchangeability.
License
This project adopts the MIT License, which allows you to use and make modifications to the code as you wish. The only thing I ask is that proper credit is given, acknowledging the effort and time I invested in building it.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file linkeds-1.0.0.tar.gz.
File metadata
- Download URL: linkeds-1.0.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c1ad2d42bed89c30dba38fe074094cef9187ae79b84a74830782be602cb05001
|
|
| MD5 |
fe627143e03bfb0b7b35569a91efdcff
|
|
| BLAKE2b-256 |
8013522653cbe6652e9fe54fcc8633f794b96f6217210c6a8875c89967a896d0
|
File details
Details for the file linkeds-1.0.0-py3-none-any.whl.
File metadata
- Download URL: linkeds-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfb811d2c72718dbc5bef4744b4a6851023cdced1cba1affd6844a1a46f8573f
|
|
| MD5 |
e8ece7a4b2676fc4e5fb6788e04d44ca
|
|
| BLAKE2b-256 |
17212cc90687076d42cc489392bdaa9bc4fcd6e8cdc6b25279862b9fcacbb668
|