Computer secondary data structure and algorithm knowledge points

王林
Release: 2019-11-01 10:20:45
Original
6074 people have browsed it

Computer secondary data structure and algorithm knowledge points

1. Time complexity

Time complexity refers to the computational workload required to execute the algorithm.

Computer secondary data structure and algorithm knowledge points

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.

Computer secondary data structure and algorithm knowledge points

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.

Computer secondary data structure and algorithm knowledge points

Computer secondary data structure and algorithm knowledge points

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!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!