Data structure research involves:
1. Logical structure of data;
2. Data storage Structure;
3. Data operations.
The relationship between the three:
The three are the main thread running through the data structure and complement each other.
Logical structure refers to the logical relationship between data;
Storage structure refers to the mapping of the logical structure of data to computer memory;
Operation refers to the processing and processing of data elements deal with.
The above is the detailed content of Data structure research involves. For more information, please follow other related articles on the PHP Chinese website!