What does abstract data type means?
Answer Posted / sabyasachi chakraborty
an abstract data type is defined as a mathematical model of
the data objects that make up a data type as well as the
functions that operate on these objects.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the difference between set and unordered_set?
Which time complexity is best?
Who invented quicksort?
Why do we need a data structure?
What is ordered map?
Define parent node?
What is a string array?
“int a[] = new int[3]{1, 2, 3}” – This a legal way of defining the arrays?
How to increase stack limit in w3wp.exe?
What is ds tree?
What do you mean by 2-3 tree?
List the data structures which are used in rdbms, network data modal, and hierarchical data model.
What do you mean by collision in hashing?
Define the tree data structure.
How would you swap the Kth node from beginning with Kth node from end in a Linked List.