Module: Stacks

Introduction to the Stack ADT.

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

Experiential Learning

Assessments

Q14: LinkedStack

Quiz 10 Oct 12:00 AM

Outcomes assessed: Learn about and implement the Stack data structure

This assessment will verify that students understand the basics of Stacks by implementing a linked node based stack.

H07: Postfix Calculator

Assignment

Outcomes assessed: Learn about and implement the Stack data structure, Learn about and convert between prefix, infix, and postfix notation, Learn about the Java programming language, Use standard libraries or packages as well as advanced object-oriented programming techniques, Be exposed to software engineering techniques, Be exposed to software testing techniques

This assessment will verify that students understand the basics of Stacks by implementing a Postfix notation calculator.