Data structure Notes
In the context of computers, the data structure is a specific way of storing and
organizing data in the computer's memory so that these data can be easily retrieved
and efficiently used when needed later. The data can be managed in many different
ways, such as a logical or mathematical model for a particular organization of data is
called a data structure.
The variety of a specific data model depends on the two factors:
First, it must be loaded enough into the structure to reflect the actual
relationship of the data with a real-world object.
Second, the formation should be so simple that one can efficiently process the
data whenever necessary.
Types Of Data Structures
Primitive data structures
Non-primitive data structures
Primitive Data Structures
Primitive Data Structures are the basic data structures that directly operate
upon the
machine instructions. They have different representations on different
computers. Integers,
floating point numbers, character constants, string constants and pointers
In the context of computers, the data structure is a specific way of storing and
organizing data in the computer's memory so that these data can be easily retrieved
and efficiently used when needed later. The data can be managed in many different
ways, such as a logical or mathematical model for a particular organization of data is
called a data structure.
The variety of a specific data model depends on the two factors:
First, it must be loaded enough into the structure to reflect the actual
relationship of the data with a real-world object.
Second, the formation should be so simple that one can efficiently process the
data whenever necessary.
Types Of Data Structures
Primitive data structures
Non-primitive data structures
Primitive Data Structures
Primitive Data Structures are the basic data structures that directly operate
upon the
machine instructions. They have different representations on different
computers. Integers,
floating point numbers, character constants, string constants and pointers