SW StudyWalks

Computer Science  /  CS 0098  ·  Atom · ~20 seconds

The Set

Video not yet published
to the StudyWalks catalog
State

A set is an abstract data type representing an unordered collection of unique elements — less functionality than a list, and the reduction buys more efficient representations.

Show

The places someone wants to visit form a set: no order, no duplicates, membership the only question.

Watch for

Losing order is the price of the speed.