Here is the key for the final exam.
Course Blog for Fall 2009 CSC 112 at Wake Forest University
Here is the key for the final exam.
Our final exam is scheduled (by vote of the class) for 2:00-5:00pm this upcomng Saturday, December 5th.
Here is a study guide for the final exam.
Here are the keys for all of the normal (non-makeup) tests: Test 1, Test 2, Test 3
Here are the keys for all of the homeworks: Homework 1, Homework 2, Homework 3, Homework 4, Homework 5
In lecture today, the following topics were covered:
Here is the code for a postfix evaluator, using the Stack code from Monday: PostfixEvaluator.cpp
Here is a PDF with the powerpoint slides from today.
Thanks to Elizabeth for finding this apropos comic to go along with today’s discussion of postfix (reverse polish) notation!
The lab for today is to continue working on Lab 11 (originally assigned on 11/16). It is due on Wednesday, 12/2 at 5:00pm.
In lecture today, the following topics were covered:
Here is a Stack implementation built on top of a LinkedList: Stack.h, Stack.cpp, stackMain.cpp (These files assume that LinkedList has all the functions needed implemented (such as empty, getDataAtIndex - they do on my computer, but they don’t necessarily in your lab LinkedLists, etc).
Here is a PDF of the powerpoint slides from today.
In lecture today, the following topics were covered:
In lecture today, Test 3 was taken.
Here are documents helpful for reviewing for the upcoming test, which is to be held this Friday, November 20th:
In lecture today, the following topics were covered:
Source code for the iterator will be uploaded over the next few days.