Apr 06: Linked Structures
Learning Objectives
After today’s class, you should be able to:
- Explain how items are inserted into an ArrayList vs a LinkedList.
- Summarize performance trade-offs for ArrayList and LinkedList.
- Decide whether to use an ArrayList or a LinkedList in a program.
Lesson Outline
Review [5 min]
- How to draw Memory Diagrams
Act15 [45 min]
- Activity 14: Linked Structures
- Open the example code