Agenda
- Lab 1 not quite back. Will be in "CS136" box today, hopefully
before 11 AM. Look at solution in class.
- put your name on all files!
- using just one Random
- declare variables as locally as possible
- put methods in the class where they "belong"
- pay attention to indentation, neatness
- What about that last related question?
- Lab 2 Questions?
- Complexity and Asymptotic Analysis
- Big "O"
- Examples to consider