Tuesday, December 13, 2011


Dec 20,
4-6
C205
lecture 12-23
not cumulative

homeworks due the 27th

Monday, December 12, 2011

List of Homeworks


HW1: Iterable, generic, array-based stacks.
HW2: Your own String data type, with methods:
len
get
set
append
insert(string s, int pos), which will insert s into position pos in your MyString type.
HW3: From Sept 22:
Write a recursive printLastToFirst(Node here):
write an iterative printLastToFirst(Node here):
If you can, figure out what the recursive and iterative implementations are O of.
HW4: The Huffman tree, with all its parts

The empty slots are optional, for students who wanted to submit each part / development as a separate entry.