Big talk about data structure-Chapter 2 algorithm reading notes

During the internship in the past few days, after completing the corresponding tasks, I learned about data structure by the way. The recommended book for the introduction of data structure is the book "Dahua Data Structure". The introduction of the first chapter is mainly about the basic concepts of data. I'm passing by, here I mainly start taking notes from the algorithm part of Chapter 2.

The second chapter only briefly introduces the basic concepts of the algorithm. The author thinks that the more important parts are mainly the characteristics of the algorithm and the space complexity of the algorithm. The following figure is a summary of the second chapter.

Guess you like

Origin blog.csdn.net/tkzky001/article/details/107917991