0
21kviews
Explain the various operations of the list ADT with examples
1 Answer
written 2.9 years ago by |
Abstract Data type (ADT) is a type (or class) for objects whose behavior is defined by a set of values and a set of operations.
There are three ADTs namely List ADT, Stack ADT, and Queue ADT.