Skip to content

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]

Act15 [45 min]

Your To-Do List