What does abstract data type means?
Answer Posted / nitesh chaturvedi
If for a particular collection of data only the structure
of data and the functions to be performed on the data is
defined but the implementation is not defined,then such a
collection of data is called Abstrct data type.
| Is This Answer Correct ? | 334 Yes | 56 No |
Post New Answer View All Answers
What are the applications of b-tree?
Which is faster quick sort or merge sort?
Who invented data structure?
Is array static or dynamic?
How do you declare An array of three pointers to chars
In what order the elements of a hashset are retrieved?
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .
Is array size dynamic or fixed?
Which is faster hashmap or linkedhashmap?
What is impact of signed numbers on the memory?
What are the issues that hamper the efficiency in sorting a file?
What is sorted list in data structure?
Does arraylist maintain insertion order?
Which is faster treemap or hashmap?
How does a treemap sort?