What does abstract data type means?
Answer Posted / harjinder kaur
It is set of values and associated operations on those
values where implementation is hidden from the user.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is B-tree?
Explain what is the type of the algorithm used in solving the 8 queens problem?
Which data structure is applied when dealing with a recursive function?
What type of algorithm is binary search?
What is an example of an algorithm?
What is the difference between the hash table and hash map?
Define articulation point?
Differentiate between list and map.
What is data and data types?
What are doubly linked lists?
How does variable declaration affect memory allocation?
If I try to add enum constants to a treeset, what sorting order will it use?
What are the advantages of linked list over array (static data structure)?
What are the different types of sorting in data structure?
What is meant by ordered and sorted in collections?