Define an Abstract Data Type (ADT)
4 years ago
Data Structure and Algorithm
An abstract data type is a set of operations. ADTs are mathematical abstractions; nowhere in an ADT’s definition is there any mention of how the set of operations is implemented. Objects such as lists, sets and graphs, along with their operations can be viewed as abstract data types.
Sanisha Maharjan
Jan 23, 2022