You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
986 B
9 lines
986 B
11 months ago
|
# Summary
|
||
|
|
||
|
- The main audience of this book is beginners in algorithm. If you already have some basic knowledge, this book can help you systematically review your algorithm knowledge, and the source code in this book can also be used as a "Coding Toolkit".
|
||
|
- The book consists of three main sections, Complexity Analysis, Data Structures, and Algorithms, covering most of the topics in the field.
|
||
|
- For newcomers to algorithms, it is crucial to read an introductory book in the beginning stages to avoid many detours or common pitfalls.
|
||
11 months ago
|
- Animations and figures within the book are usually used to introduce key points and difficult knowledge. These should be given more attention when reading the book.
|
||
11 months ago
|
- Practice is the best way to learn programming. It is highly recommended that you run the source code and type in the code yourself.
|
||
11 months ago
|
- Each chapter in the web version of this book features a discussion section, and you are welcome to share your questions and insights at any time.
|