A package that contains common data structures
Project description
Python Data Structures
⚠️ This package is currently in development ⚠️
Table of Contents
About
A Python package that contains common data structures.
Getting Started
Installation
To get started, install the package:
user@machine:~/$ pip install pydatastructs
Then, import it into your project:
from pydatastructs import Stack, Queue, Tree, LinkedList
my_stack = Stack(collection=[1, '2', {'3': 3}])
my_queue = Queue(collection=[4.4, [5], (6)])
my_tree = Tree(value='I am Groot')
my_linkedlist = LinkedList(value='HEAD')
Data Structures
Stack
Information about the stack data structure...
Queue
Information about the queue data structure...
Tree
Information about the tree data structure...
Linked List
Information about the linkedlist data structure...
Contact
For support, feedback or, to report a bug, you may contact the maintainer:
License
Distributed under the MIT License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pydatastructs-1.1.0.tar.gz
(6.2 kB
view details)
Built Distribution
File details
Details for the file pydatastructs-1.1.0.tar.gz
.
File metadata
- Download URL: pydatastructs-1.1.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5f53f92feb35a4cb2e3c3ada00a7b64957a37e833906efabac0f761113c9213 |
|
MD5 | 3e1d1c8e178a630367b65d9d5a8f5a69 |
|
BLAKE2b-256 | cd0aca527427fce2fe184588a2e57ffd59778b3390981c232d80df6f6c269878 |
File details
Details for the file pydatastructs-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: pydatastructs-1.1.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9db0f9abdc5ccf150336702003a13a867283348b47eec59ab83da3197374ea48 |
|
MD5 | ff5b88d5e1746b5d52211ac7378ff331 |
|
BLAKE2b-256 | 37d35b7b9ad470c10adc3494d4072ff76208eba9b97cc5470aa552fbd76ecb68 |