python package to implement data structures
Project description
mercurytools
Data Structures as a python package
🚀 Features
- Linked List: an advanced LinkedList class to experiment the working of linked lists
- Deque: Deque class with hybrid functionalities
- Stack: simple Stack class with the necessary functions
📦 Installation
Install the package using pip:
pip install mercurytools
mercurytools-version
🔧 Example Usage
from mercurytools import *
ll=LinkedList()
dq=Deque()
s=Stack()
🛠️ Development Setup
- clone repository:
git clone https://github.com/waltermichelraja/mercurytools.git
📄 License
This project is licensed under the MIT License, checkout the license file for further details.
🐛 Bug Reports
If you encounter any issues or bugs, please open an issue on issues
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
mercurytools-1.0.0.tar.gz
(5.2 kB
view details)
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 mercurytools-1.0.0.tar.gz.
File metadata
- Download URL: mercurytools-1.0.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1de21907a20c1044ef5c86c72277766fb22c8b58cd42a0d6ce41f670409bb091
|
|
| MD5 |
93dd95a7632e2762006cc9210035c489
|
|
| BLAKE2b-256 |
16e83547914beb79c655f6accbcfca0e68fc3cf6e2030dbe7c2d4685781be858
|
File details
Details for the file mercurytools-1.0.0-py3-none-any.whl.
File metadata
- Download URL: mercurytools-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c96f135ebaeb2a4820adaa4eb43bc458ff71773dfeb2cb6c9ccb8c0eab04ad87
|
|
| MD5 |
33507738cec3e637aa6c3edcd42b25a5
|
|
| BLAKE2b-256 |
facca79c0193fdd7a98677c78151585b22ae95d49c3fb31d32234655a9d77d8b
|