1. Time complexity
Time complexity refers to the computational workload required to execute the algorithm.
2. The space complexity of the algorithm
generally refers to the memory space required to execute the algorithm.
3. Logical structure of data
The logical structure of data refers to the data structure that reflects the logical relationship between data elements.
4. Stack and Queue
Stack and queue are two special linear tables. A linear table subject to certain restrictions, so it is also called a restricted data structure.
Recommended tutorial: windows tutorial
The above is the detailed content of Computer secondary data structure and algorithm knowledge points. For more information, please follow other related articles on the PHP Chinese website!