0
17kviews
Explain the various operations of the list ADT with examples
1 Answer
0
2.1kviews

Abstract Data type (ADT)

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.

List ADT

  • The data is generally stored in a …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.