|
|
- Abstract Data Types (ADT's) are a model used to understand the design of a data structure
- 'Abstract ' implies that we give an implementation-independent view of the data structure
- ADTs specify the type of data stored and the operations that support the data
- Viewing a data structure as an ADT allows a programmer to focus on an idealized model of the data and its operations
|
|