Introduction to the Stack ADT.
An introduction to Infix, Postfix, and Prefix Notation.
screencast 5:30 min
Stacks
Textbook Exercises
An introduction to the Stack.
screencast 8:00 min
My solution to the ArrayStack quiz.
screencast 18:15 min
My solution to the LinkedStack quiz.
screencast 14:25 min
Dealing with binary data in Java.
screencast 20:00 min
Evaluate several different mathematical notations.
Practice
Write the ArrayStack implementation of the Stack interface.
Implement a couple of ArrayStack methods.”
Quiz
Write the LinkedStack implementation of the Stack interface.
Implement a couple of LinkedStack methods.”
Write a Postfix calculator.
Homework Assignment