Implementing a Stack in Python
In this lesson, you’ll see how to implement a stack in Python. There are some great implementations that exist already, so you don’t have to do all the hard work! You’ll start by learning about list and collections.deque. In the next lesson, you’ll look at queue.LifoQueue.
Become a Member to join the conversation.
