Skip to content

waltermichelraja/mercurytools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

mercurytools

PyPI Version License: MIT

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


About

python package to implement data structures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages