0
1.7kviews
What is data structure and Abstract Data Type?
1 Answer
0
21views

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 …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.