Module: Stacks

Introduction to the Stack ADT.

Dates: Sat, Feb 26 - Sat, Mar 5

Learning Outcomes

Learn about and implement the Stack data structure

The student will:

Learn about and convert between prefix, infix, and postfix notation

The student will:

Readings

SC: Infix, Postfix, and Prefix Notation

An introduction to Infix, Postfix, and Prefix Notation.

Text: 4.1 - 4.4

Stacks

SC: Stack ADT

An introduction to the Stack.

Experiential Learning

Prefix, Infix, Postfix Notation Practice Quiz

Evaluate several different mathematical notations.

ArrayStack Practice Quiz

Write the ArrayStack implementation of the Stack interface.

LinkedStack Practice Quiz

Write the LinkedStack implementation of the Stack interface.

Practice: Stacks

Practice: Stacks

H07: Implement a simple card game of War

Create a two player game of war