Computer Science / CS 0094 · Atom · ~20 seconds
The Data Structure
Video not yet published
to the StudyWalks catalog
to the StudyWalks catalog
State
A data structure is a complex data type with two equally important parts: a specific way of organizing a collection of elements, and specific operations such as adding, retrieving, and removing them.
Show
A gradebook organizes scores by student and by assignment, and grants lookup, entry, and correction.
Watch for
Organization without operations is half a structure.