Abstract Data Type
Abstract Data Type
An abstract data type (ADT) is a set of data values and associated operations that are precisely specified independent of any particular implementation; such a data type is abstract in the sense that it is independent of various concrete implementations. Some of the examples of the ADT are String, List, Linked, Stack, Queue, Binary search tree, Priority queue and more.
Posted in Computer Science, Information Technology, Data Structure, Data Structure |
