What does abstract data type means?
Answer Posted / wonder
Abstract Data Type is a specification of a set of data and
the set of operations that operate on the data.Such data
type is abstract in the sense that it independent on the
various concrete implementations.
| Is This Answer Correct ? | 129 Yes | 30 No |
Post New Answer View All Answers
Define primary clustering?
Can you sort a hashmap?
What is the function of stack?
How do you find the index of an element in an arraylist?
What is the relationship between a queue and its underlying array?
Which is the parent class of enumset class?
Which collection is used for sort?
Can we search the data in a linked list?
What are the disadvantages of circular list?
Are lists mutable?
How is heap sort implemented?
Differentiate between hashmap and treemap.
Mention one advantage and disadvantage of using quadratic probing?
Describe full binary tree and complete binary tree.
Tell me what should be done in the base case for this recursive problem?