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
Define a binary tree?
What is hashing technique?
Can hashset contain null?
Define degree of the node?
What does a treemap do?
What do you mean by free pool?
What is heap and its types?
Define a right-skewed binary tree?
Do all declaration statements result in a fixed reservation in memory?
Are lists mutable?
What is binary search tree and explain its time complexity?
Compare Queue and Topic ?
How do you find a string is anagram or not?
What sort does arrays sort use?
Does treeset allow null?