Previous Lecture Lecture 16 Next Lecture

Lecture 16, Mon 02/03

Sorting, and Garbage Collection Exercise (from E01 M18 p.4)

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: