[CREDITS HERE]

Intro to

Algorithms:
Day 2

Linked Lists
Hash Tables
Sets
Trees

[preface stuff]

  • Agenda?
  • Class format?
  • FAQs?

Data Structures:
Linked Lists

Linked Lists

Description

[ TODO: Find diagram that is legal for commercial use ]

Linked Lists

Description

Each item in the list contains:

  1. Stored data -- aka node value
  2. Stored reference -- aka link -- to another item in the list

Linked Lists

Example Use Cases

deck3

By rebootjeff