Week 3 Outline
- Review DeckOfCards implementation
- Questions on Assignment 2
- Quiz 1 is now posted (must be completed by Sunday evening January 25)
- Revisit MarbleJar class, with class (static) variables and methods
- Review BagOWords implementation
- Work out simple Bag collection
- with Generic type
- with iterators
- Resulting class code
- Common abstract data types
- Queue: First in (enqueue) : First out (dequeue)
- Stack: Last in (push) : First out (pop)
- Assignment 3