What does abstract data type means?
Answer Posted / satish
It is set of operations specified with the component of element of data structure and which is implementation independent.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the advantage of the heap over a stack?
Tell me can the size of operator be used to tell the size of an array passed to a function?
Give the example of validating the parenthesis of expression using stack.
Define an abstract data type (adt)?
There is a program which inserts and deletes node in a sorted singly linked list. There is a bug in one of the modules, how would you debug it?
What are the advantages and disadvantages of linked list over array?
How do hash tables work?
Tell me what should be done in the base case for this recursive problem?
Complete structure of hashmap, very detail description, along with the basic coding of the hashmap internal implementation.
What the principle of quick sort and its complexity?
Is map a data structure?
What do you mean by double hashing?
How many types of linked list are there?
Explain what is the data structures used to perform recursion?
Explain the terms base case, recursive case, binding time, run-time stack and tail recursion.