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
Is hashmap a collection?
What do you mean by collision in hashing?
Which collection is fail safe?
When ArrayIndexOutOfBoundsException occurs?
Can we define the size of arraylist?
What is the method to find the complexity of an algorithm?
Define articulation point?
Can you have an arraylist of arrays?
What is significance of ” * ” ?
What is a dequeue?
Who invented merge sort?
Is quicksort faster than merge sort?
How efficient is binary search?
Tell me what is quick sort?
What is an acyclic graph?