Abstract Data Type
Mathematical abstraction defining a set of values and operations.
ADT
An abstract data type (ADT) is a mathematical abstraction of computation, defining a set of values and operations that can be performed on those values. It is a theoretical concept, independent of any specific implementation.
Built by Tim Jones