This commit is contained in:
krahets 2023-12-22 04:04:42 +08:00
parent adcdc4dca6
commit 1c26d6f475
4 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ comments: true
icon: material/timer-sand icon: material/timer-sand
--- ---
# 第 2 章   Complexity Analysis # Chapter 2.   Complexity Analysis
<div class="center-table" markdown> <div class="center-table" markdown>

View file

@ -3,7 +3,7 @@ comments: true
icon: material/calculator-variant-outline icon: material/calculator-variant-outline
--- ---
# 第 1 章 &nbsp; Introduction to Algorithms # Chapter 1. &nbsp; Introduction to Algorithms
<div class="center-table" markdown> <div class="center-table" markdown>
@ -20,5 +20,5 @@ icon: material/calculator-variant-outline
## 本章内容 ## 本章内容
- [1.1 &nbsp; Algorithms Are Everywhere](https://www.hello-algo.com/chapter_introduction/algorithms_are_everywhere/) - [1.1 &nbsp; Algorithms Are Everywhere](https://www.hello-algo.com/chapter_introduction/algorithms_are_everywhere/)
- [1.2 &nbsp; What is Algorithms](https://www.hello-algo.com/chapter_introduction/what_is_dsa/) - [1.2 &nbsp; What Is Algorithms](https://www.hello-algo.com/chapter_introduction/what_is_dsa/)
- [1.3 &nbsp; Summary](https://www.hello-algo.com/chapter_introduction/summary/) - [1.3 &nbsp; Summary](https://www.hello-algo.com/chapter_introduction/summary/)

View file

@ -46,6 +46,6 @@ During the creation of this book, I received help from many people, including bu
During the writing process, I read many textbooks and articles on data structures and algorithms. These works provide excellent models for this book and ensure the accuracy and quality of its contents. I would like to thank all my teachers and predecessors for their outstanding contributions! During the writing process, I read many textbooks and articles on data structures and algorithms. These works provide excellent models for this book and ensure the accuracy and quality of its contents. I would like to thank all my teachers and predecessors for their outstanding contributions!
This book promotes a hands-on approach to learning, and in this respect is heavily inspired by ["Hands-On Learning for Depth"](https://github.com/d2l-ai/d2l-zh). I highly recommend this excellent book to all readers. This book promotes a hands-on approach to learning, and in this respect is heavily inspired by ["Dive into Deep Learning"](https://github.com/d2l-ai/d2l-zh). I highly recommend this excellent book to you.
A heartfelt thank you to my parents, it is your constant support and encouragement that gives me the opportunity to do this fun-filled thing. **A heartfelt thank you to my parents, it is your constant support and encouragement that gives me the opportunity to do this fun-filled thing**.

View file

@ -3,7 +3,7 @@ comments: true
icon: material/book-open-outline icon: material/book-open-outline
--- ---
# 第 0 章 &nbsp; Preface # Chapter 0. &nbsp; Preface
<div class="center-table" markdown> <div class="center-table" markdown>