Using Lists¶
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
2. Syntax Review¶
3. Syntax Practice¶
Codeworkout exercises
4. changePointeeDataDirect¶
Molly is practicing adding a CW style question (still in progress)
5. Programming Practice¶
6. Codeworkout exercises¶
7. Reading Quiz 1¶
Practicing making a multiple choice question to mimic a Khan Academy question