Computer Science, asked by melvindass1406, 4 months ago

ADT in data structure includes​

Answers

Answered by mrgopal70
1

Answer:

Abstract Data type (ADT) is a type (or class) for objects whose behaviour is defined by a set of value and a set of operations. ... Think of ADT as a black box which hides the inner structure and design of the data type. Now we'll define three ADTs namely List ADT, Stack ADT, Queue ADT.

Answered by Anonymous
56

Answer:

In computer science, an abstract data type (ADT) is a mathematical model for data types. ... Formally, an ADT may be defined as a "class of objects whose logical behavior is defined by a set of values and a set of operations"; this is analogous to an algebraic structure in mathematics

Similar questions