What does abstract data type means?
Answer Posted / alienxists
The concept of Abstract Data type in which the internal
structure of data is hidden and the external operations that
can be applied on that object is specified
| Is This Answer Correct ? | 41 Yes | 15 No |
Post New Answer View All Answers
State the difference between queues and linked lists?
Define open addressing?
Define balance factor of a node in avl tree?
Does arraylist maintain insertion order?
Does arraylist have a tostring?
Difference between calloc and malloc ?
Is array a collection?
How treemap orders the elements if the key is a string?
Can we put null value in hashmap?
Define depth and height of a tree?
What is difference between array and arraylist? When will you use array over arraylist?
What is the best complexity of bubble sort?
How do you check if a stack is empty or not?
Differentiate between hashmap and hashtable.
Describe what is Node in link list? And name the types of Linked Lists?