Week 8

Lectures

Lecture 1 - 3

The lectures this week describes how to parse expressions using stacks.

Tutorial and Lab

Tutorial

The tutorial contains questions on the implementation and use of stacks .

Lab

In this lab you will start working on stacks. You will demonstrate the operation on circular and doubly linked lists. It is the last demo of the Linked List backlog.

Backlogs

Linked List Backlog

This is the backlog you will be working from this week. It uses material covered in prevous classes. You will be demoing material from the Arrays Backlog this week and next. Download the project with wget ds.nathanielgmartin.com/LinkedList.zip.

Stack Backlog

This is the backlog for the material covered in lecture this week. You will not be demoning the material in this backlog until next week, but it is a good idea to look over the backlog and to download the project files using wget ds.nathanielgmartin.com/Stack.zip.