Saturday, February 5, 2011

Don't forget -- the first homework is due on Monday night!

Midnight, after class on Monday. So far, only two people have submitted their work. This is just homework 1.1, which is an array-based stack of fixed size.

2 comments:

  1. professor does it have to be an array of integers? can i use iterators and items? and create a stack of integers and methods that can add, clear, print etc...

    ReplyDelete
  2. it indeed has to be an array. iterators will (perhaps) come later. this way, we'll know how to create very simple data structures that will work just as readily in C++ or python.

    ReplyDelete