Previous Lecture Lecture 17 Next Lecture

Lecture 17, Tue 02/04

Announcements

Midterm Exam is scheduled for:

Please make a note of it.

Sorting

We’ll go over sorting in Java, using these notes:

Code: https://github.com/UCSB-CS56-pconrad/java-sorting-and-comparators

Garbage Collection (midterm prep)

We’ll go over an exercise in Garbage Collection from the M18 midterm E01, p. 4.

Reading on Garbage Collection:

Code: