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 tasks performed while traversing a binary tree?
Differentiate between hashset and treeset.
Does arraylist guarantee insertion order?
Is arraylist a collection?
Will hashmap allow null keys?
What is indexing an array?
Write code for reversing a linked list.
What is the logic to reverse the array?
How can we remove loops in a linked list? What are the functions of fast and slow pointers?
How remove all from arraylist?
Explain the term tail recursion?
What do u mean by array?
Is bubble sort faster than selection sort?
Explain pre-order and in-order tree traversal.
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?