Lesson 4: Collections
Outline:
- Quiz #1
- Computational complexity
- recap: Big-O basics
- Big-O formal definition
- Collections in Kotlin
- working with lists
- sets and maps
- Wrap-up
After class
- More practice with collections in Kotlin: building a checklist
What’s next
Upcoming events/assessments:
- CS Bits and Bytes Thursday at 3:30pm in Anderson 329: Networking 101
- Assignment 2 is already released and due this Friday!
What you should do now:
- The readings (see below)
- Complete Question 1 (parts a–d) of Assignment 2 today, then work on Questions 2–4
Reading assignment (to be completed by the next class):
Kotlin collections (from today):
Kotlin interfaces, arrays (for next time):