Data Structures as a python package
- 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
Install the package using pip:
pip install mercurytools
mercurytools-versionfrom mercurytools import *
ll=LinkedList()
dq=Deque()
s=Stack()- clone repository:
git clone https://github.com/waltermichelraja/mercurytools.gitThis project is licensed under the MIT License, checkout the license file for further details.
If you encounter any issues or bugs, please open an issue on issues