ADT and Data Structures
A data structure is a construct within a programming language that stores a collection of data. Example : An array
ADT is a collection of data and a set of operations on that data. Example : A Queue
Data structures are part of an ADT’s implementation.