Learn how the Stack data structure works and how to implement a Stack class in Python 3, including Push, Pop, Peek and Clear methods. Example implementation code is available on GitHub below.
Jupyter nb: https://github.com/joeyajames/Python/...
RELATED VIDEOS:
► BST Intro • Python: Binary Search Tree - BST
► BST Remove • Python: Binary Search Tree part-2: Re...
► BST getSize • Python: Get Size of a Binary Search Tree
► BST getHeight • Python: Get Height of a Binary Search...
► MaxHeap: • Python: MaxHeap heapsort
► Stack: • Python STACKs | example implementing ...
► Queue: • Python QUEUEs | Queue implementation ...
► Hashmap using Lists: • Python: Creating a HASHMAP using Lists
► 2-3 Trees: • Python: 2-3 Trees Tutorial
Twitter: / joejamesusa
Subscribe: https://bit.ly/like-this-channel
#Python