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
Which is better merge sort or quick sort?
Is boolean a data type?
Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.
Reverse a linked list from the middle.
Is hashmap an array?
Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?
Define an algorithm. What are the properties of an algorithm? What are the types of algorithms?
Is map a collection?
What is the prerequisite for binary searching?
What is an array vs list?
What is data structure? Explain.
Define in brief an array. What are the types of array operations?
State the difference between stacks and linked lists?
Can we add or delete an element after assigning an array?
Define a binary tree?