What does abstract data type means?

Answer Posted / siva sai

An abstract data type is a mathematical model. A set of
values and a collection of operations on those values are
defined on the model.A simple example of an ADT is : a set
of integers,together with the operations of
reading,sorting,searching and printing.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we store a string and integer together in an array?

458


Compare Queue and Topic ?

656


What is binary tree example?

546


Which is better hashset or treeset?

482


Can we insert null in set?

467






How expression trees are gets represented in data structure?

489


Why null is allowed in hashmap?

453


What actions are performed when a function is called?

556


For the following COBOL code, draw the Binary tree? 01 STUDENT_REC. 02 NAME. 03 FIRST_NAME PIC X(10). 03 LAST_NAME PIC X(10). 02 YEAR_OF_STUDY. 03 FIRST_SEM PIC XX. 03 SECOND_SEM PIC XX.

770


Why do we use linked lists?

466


Define left-in threaded tree?

497


How to reference all the elements in a one-dimension array?

855


What are examples of data structures?

499


Explain what are the major data structures used in the network data model?

561


Which of the collections allows null as the key?

491