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
How do I sort hashset?
What is binary tree and its properties?
How do you clear a stack?
How many types of lists are there?
Why hashmap is faster than hashtable?
List out the disadvantages of using a linked list?
What does the dummy header in the linked list contain?
Is arraylist better than array?
What is a simple path?
What are linear and non linear data structures?
Which is the parent class of printerstatereasons class?
What is the use of tree data structure?
Which sorting method is slowest?
What is the order of selection sort?
What is stack push?