CS 112a
Fall 2000
Ileana Streinu

CS 112
Lecture 10
Applications of Stacks


Reading: Ch. 8 textbook. Stacks, introduction. Then only 8.3 (implementation of stacks using arrays) and 8.6 (applications of the Stack ADT). No class templates yet. No implementation of stacks using lists. Note that I will cover more than just what is in the textbook about the Polish notation and the Calculator program.

Review


Applications of Stacks

Next time and next week, before the exam

Warning: The topics covered in these two classes are VERY important. Without a clear understanding of these applications of stacks, you might have serious difficulty in this class from now on. Please stop me, ask frequent questions, work out examples on your own after class, come to my office hours and make sure everything is absolutely clear before the exam. The next homework will be a relatively challenging one and requires thorough understanding of these concepts.

Ileana Streinu