Portfolio
Rudransh Joshi
Stack.py - Implementation of Stacks and Queues in Python
Well, this wasn't something extraordinary to be honest. I was learning OOPs and I released this as my first pip-installable module to PyPI. But yeah, it indeed works well and is a LIFO implementation of Stacks and FIFO implementation of Queue.
View Project