0
1.9kviews
What is data structure and Abstract Data Type?
1 Answer
written 8.5 years ago by |
1. Data Structure:
Data structure refers to a scheme for organizing related pieces of information. Data structures can implement one or more particular abstract data types.
Example: Array, Tree etc.
2. Abstract Data Type:
Abstract data types are mathematical models of a set of data values or information that share similar behavior or qualities which can be specified and identified independent of specific implementations.