What is adt and its advantages?



What is adt and its advantages?..

Answer / Krishna Gopal Kanaujia

Abstract Data Types (ADTs) are a way of defining data structures by the operations that can be performed on them rather than their internal representations. Advantages include modularity, abstraction, and ease of use.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is application of data structure?

1 Answers  


What is time complexity of binary search?

1 Answers  


Define the graph data structure?

1 Answers  


How can you insert a node in a random location of the linked list?

1 Answers  


Define static data structures?

1 Answers  


What is the difference between an array and vector?

1 Answers  


Define balance factor of a node in avl tree?

1 Answers  


State the difference between primitive and non-primitive data types?

1 Answers  


Which is better bubble sort or selection sort?

1 Answers  


Why is hashmap faster than arraylist?

1 Answers  


Why is quicksort better than mergesort?

1 Answers  


Stack can be described as a pointer. Explain.

5 Answers   Wipro,


Categories