What does abstract data type means?
Answer Posted / siva sai
An abstract data type is a mathematical model. A set of
values and a collection of operations on those values are
defined on the model.A simple example of an ADT is : a set
of integers,together with the operations of
reading,sorting,searching and printing.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Which is faster list or set?
What is max heapify?
What is ds tree?
Why do we use sorting?
What is heap and its types?
What is a linear search?
Define level of the tree?
Why do we need arrays if all the operations that are performed on arrays can be performed on arraylist?
What sort of serious problems have you experienced, and how have you handled them?
Describe the types of data structures?
What is the use of data structure?
Which is the fastest sorting?
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?
What are the types of algorithms?
What is nsmutablearray?