CS 112b
Spring 2001
Ileana Streinu
CS 112
Lecture 11
Midterm Review
Using an old
exam
as model. Not all questions apply.
Class Templates
A general Stack class template, to work with any type of data type (not just integers).
Stack Template
example.
Ileana Streinu