9.1. Using Lists¶
9.1.1. Introduction¶
At the end of this module you will.. * Know about data structures for used for grouping (lists, sets, and maps)
Java Java Java! –> Sections 16.6
Learn about generics and how they work when creating data structures * Java Java Java! –> Sections 16.3 and 16.7
Learn a variant of a for loop useful for iterating through data structures called the “for each loop” * Java Java Java! –> Sections 6.6 - 6.7
Think about when it is appropriate to use a while versus a for versus a for each loop * Java Java Java! –> Sections 7.3 - 7.7
9.1.2. Syntax Review¶
9.1.3. Syntax Practice¶
Codeworkout exercises
9.1.4. changePointeeDataDirect¶
Molly is practicing adding a CW style question (still in progress)
9.1.5. Programming Practice¶
9.1.6. Codeworkout exercises¶
9.1.7. Reading Quiz 1¶
Practicing making a multiple choice question to mimic a Khan Academy question