I have tried collections.deque and queue.Lifoqueue for implementing stacks and queue, while both of them works fine, I want to implement it from sc
collections.deque
queue.Lifoqueue