A walkthrough of the stack implementation from the book Java Foundations: Introduction to Program Design & Data Structures by John Lewis, Joseph Chase, and Peter DePasquale
0:00 - StackADT interface
0:40 - ArrayStack implementation
2:52 - LinkedStack implementation