SW StudyWalks

Computer Science  /  CS 0097  ·  Atom · ~20 seconds

The List

Video not yet published
to the StudyWalks catalog
State

A list is an abstract data type for an ordered sequence of elements, allowing adding, retrieving, and removing at any position — each element reachable by its index.

Show

A to-do list keeps tasks in order, and the third item is findable by asking for position three.

Watch for

Order and index are the list's whole promise.