Open top menu
Saturday, September 13, 2014

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
Tagged
Different Themes
Written by Kcnewbie

Ikatlah ilmu dengan menuliskanya.

0 comments