What does abstract data type means?
Answer Posted / gyanesh tiwari
User-Defined data types are called
ADT(Abstract data Type).their datatype.where data is defined
but their implementation is not defined.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give the example of validating the parenthesis of expression using stack.
What is array and its types in data structure?
Define root?
How do you rotate an AVL tree?
Does list allow null values?
What is hashing technique?
How does bogo sort work?
Can arraylist have duplicates?
What is the need for path compression?
Which sorting algorithm is used in collections sort?
How hashmap increases its size?
How do I remove a value from a list?
Tell me why might quick sort might be better than merge sort?
If you have to store one lakh objects, what will be a better option- a hash map or an array list?
What is the difference between arraylist and hashmap?