Week 8 Outline
- Questions on Assignment 5
- Organization of memory
- Comparable interface
Add compareTo method to class of sorted objects
- Comparator interface
Create class with compare method; pass Comparator object to sort method
- Resulting code from class
- Simple sorting
- Overview of term-vector comparisons and the WordCount class (from assn6 package)
- Assignment 6