What does abstract data type means?
Answer Posted / vaibhav jain
classes uses the concept of data abstraction , known as
abstract data type (ADT) .
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
List the area of applications of data structure.
What is vector and types of vector?
What are the classification of data structures?
What are the advantages of merge sort?
what is the primary advantage of a linked list?
Why hashmap is faster than hashset?
How will you reverse Linked List.
Can binary tree have 1 child?
Can arraylist be resized?
what are the applications of Linked Lists?
Write an algorithm to find middle element in the linked list.
For which header list, the last node contains the null pointer?
Define a priority queue?
an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].
Which process places data at the back of the queue?