Abstract Data Type and Data Structure
- by mark075
It's quite difficult for me to understand these terms. I searched on google and read a little on Wikipedia but I'm still not sure. I've determined so far that:
Abstract Data Type is a definition of new type, describes its properties and operations.
Data Structure is an implementation of ADT. Many ADT can be implemented as the same Data Structure.…