ICS 23 / CSE 23 Fall 2007
Code Examples
Code examples, from lecture and otherwise
Occasionally, over the course of the quarter, I'll be providing commented code examples for your perusal. You are not permitted to copy and paste any of this code into your own projects. These examples are mostly to give you clean and well-documented examples of some of the things we cover in lecture (and possibly a few things that we don't, time permitting), so that you can be free in lecture to avoid trying to take detailed notes when we write code, instead concentrating on understanding the bigger-picture concepts.
| Lecture Date(s) | Description |
| Th 10/4 | Using the Adapter pattern to implement a stack using a linked list |