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
Can you please explain the difference between array_name and &array_name?
Can arraylist shrink?
Define heap order property?
What is the height of a binary tree?
Define linear probing?
Explain the term tail recursion?
Why set will not allow duplicates?
Do sets allow duplicates?
Can we change load factor of hashmap?
How do you find the length of an arraylist?
Why quicksort is faster?
Can a hashset contain duplicates?
Which is the parent class of linkedhashset class?
Write a Program for Delete an element from a doubly linked list.
Why do we need linked list?