ABSTRACT DATA TYPES AND Data Structures
AnADT is a description of some type of data (or a collection of data) and the operations on that data
Example: A Bank It stores money You can deposit, withdraw, write checks, check balance
A data structure is a way of structuring some collection of data
Example: A pile of money, a safe full of money, etc.
ADTs have clean interfaces, and the implementation details are hidden
Data structures are often used to implement ADTs
 
AnADT is a description of some type of data (or a collection of data) and the operations on that data
Example: A Bank It stores money You can deposit, withdraw, write checks, check balance
A data structure is a way of structuring some collection of data
Example: A pile of money, a safe full of money, etc.
ADTs have clean interfaces, and the implementation details are hidden
Data structures are often used to implement ADTs
 
 
.png)
 By
 By  1:20 PM
1:20 PM 
 
 
 
 
 
 
 
 
 
 
0 comments