Introduction to Data Structure-Introduction

I have been studying Introduction to Data Structure in the past two days. I have read this book for several days. From the most ignorant of the exam to the present, I have a basic understanding. First of all, this book basically talks about data, from the data structure, to explain the data in detail.

Data is a pair of messy information, but after being structured, useful information can be found from it. When the data can be structured, this is a bunch of useful data. The introduction to data structure is a detailed explanation of the method of data structure.

The introduction to data structure can be divided into the following aspects. The first is the classification of data, which is divided into data, data elements and data items, followed by the description of the algorithm and the analysis of the algorithm, and the structure of the data as Linear tables, in stacks, queues, arrays, trees and binary trees, of course, there are indispensable graphs in them. I have discovered that as long as it is something that needs to be learned, there is really no shortage of graphs. Using graphs to speak can better express the logic of the data.

Guess you like

Origin blog.csdn.net/weixin_37081112/article/details/108369864