Data Structure
Operations
Access
(Lookup): get an element in the structure by its identifierSearch
: find the location of an element in the structureInsertion
: add a new element to the structure-
Deletion
: delete an existing element from the structure -
Traverse
: cycle over each element in the structure Sorting
: organize the data in the structure in some way