What does abstract data type means?
Answer Posted / ravi shikharhcu
Abstract data type is a specification of data types having
some defined set of operations and which are independent of
their implementation.
example :stack is an Abstract data type.but stack
implemented with an array and with linked list are both
different data structures.
| Is This Answer Correct ? | 136 Yes | 19 No |
Post New Answer View All Answers
How can avl tree be useful in all the operations as compared to binary search tree?
Define forest?
Can treemap key null?
What is impact of signed numbers on the memory?
How do I remove a value from a list?
Treemap orders the elements on which field?
What is time complexity of binary search?
Why is data structure?
What is mean by merge sort?
How does hashset work internally in java?
Why is hashset used?
What will you prefer for traversing through a list of elements between singly and doubly linked lists?
What do you mean by hash table?
What is lifo?
What do you mean by rehashing?