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
What is stack and queue in data structure?
State the rules to be followed during infix to postfix conversions?
What type of data structure is used to perform recursion?
What are the types of data structures?
What is binary search in data structure?
What is the maximum size of array?
Define balance factor of a node in avl tree?
How do I sort a hashmap key?
What is the height of a binary tree?
What does each entry in the link list called?
Are linked lists useful?
Are duplicates allowed in list?
Why you need a data structure?
What are the difference between malloc() and calloc()?
Explain what are the types of collision resolution techniques and the methods used in each of the type?