0
2.0kviews
What is data structure and Abstract Data Type?
1 Answer
written 8.9 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 …