The lectures this week describes how to parse expressions using stacks.
The tutorial contains questions on the implementation and use of stacks .
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.
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.
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.