Data Structure

Data Structure Data Structure : Data Structure is the way of organising representing & processing the data stored as a single unit in memory. For example, a record in a film can have several fields of different data types and entire record may be required to be processed in one unit. In such a case Data Structures can be beneficial as Data Structure let us combine data of different data types and process them together. So we can say "A data structure is a named group of data of different data types which can be processed as a single unit" . We can also say that the logical or mathematical model which defines a particular organisation of data is known as data structure.The study of such data structure involves the following steps - 1.Logical or mathematical description ...