Easy-to-use data structures package for students
Project description
dsa-structures
This package provides simple and student-friendly implementations of basic Data Structures in Python.
Included structures:
- Linked List
- Doubly Linked List
- Stack
- Queue
Installation
Install the package from PyPI:
pip install dsa-structures
Usage Example
from dsa_structures import LinkedList
ll = LinkedList() ll.append(10) ll.append(20) ll.append(30)
print(ll.display()) # Output: [10, 20, 30]
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 dsa_structures-0.0.1.tar.gz.
File metadata
- Download URL: dsa_structures-0.0.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a545d153231ec7d49a314a8e45302189f2efb901a7e02379ac34a20edbcee91f
|
|
| MD5 |
a67c6507ebe0aaaf3c26be5a8dad1ca4
|
|
| BLAKE2b-256 |
e7509a48cd58e7d4b343c7294b52bd18e1131e4432adddd3a2c1f5f5ed24f466
|
File details
Details for the file dsa_structures-0.0.1-py3-none-any.whl.
File metadata
- Download URL: dsa_structures-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85c28421771d17be73adfa9c4a0df7a66f2292b59d78af43df8ea547716d760a
|
|
| MD5 |
cd61ccc768b1719a7f4ce43075cd85c0
|
|
| BLAKE2b-256 |
a2349f085d486ede4486c655adacacd18701f50097818fa63d918a08a1cd29b8
|