mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-31 20:37:14 +00:00
deploy
This commit is contained in:
@@ -587,7 +587,7 @@
|
||||
|
||||
|
||||
<span class="md-ellipsis">
|
||||
1.2 What is Algorithms
|
||||
1.2 What Is Algorithms
|
||||
</span>
|
||||
|
||||
|
||||
@@ -668,7 +668,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M6 2h12v6l-4 4 4 4v6H6v-6l4-4-4-4V2m10 14.5-4-4-4 4V20h8v-3.5m-4-5 4-4V4H8v3.5l4 4M10 6h4v.75l-2 2-2-2V6Z"/></svg>
|
||||
|
||||
<span class="md-ellipsis">
|
||||
Chapter 2. Computational Complexity
|
||||
Chapter 2. Complexity Analysis
|
||||
</span>
|
||||
|
||||
|
||||
@@ -684,7 +684,7 @@
|
||||
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_3_label" aria-expanded="false">
|
||||
<label class="md-nav__title" for="__nav_3">
|
||||
<span class="md-nav__icon md-icon"></span>
|
||||
Chapter 2. Computational Complexity
|
||||
Chapter 2. Complexity Analysis
|
||||
</label>
|
||||
<ul class="md-nav__list" data-md-scrollfix>
|
||||
|
||||
@@ -926,8 +926,8 @@
|
||||
<li>Thanks to @squidfunk for writing layout suggestions and for developing the open source documentation theme <a href="https://github.com/squidfunk/mkdocs-material/tree/master">Material-for-MkDocs</a>.</li>
|
||||
</ul>
|
||||
<p>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!</p>
|
||||
<p>This book promotes a hands-on approach to learning, and in this respect is heavily inspired by <a href="https://github.com/d2l-ai/d2l-zh">"Hands-On Learning for Depth"</a>. I highly recommend this excellent book to all readers.</p>
|
||||
<p>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.</p>
|
||||
<p>This book promotes a hands-on approach to learning, and in this respect is heavily inspired by <a href="https://github.com/d2l-ai/d2l-zh">"Dive into Deep Learning"</a>. I highly recommend this excellent book to you.</p>
|
||||
<p><strong>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</strong>.</p>
|
||||
|
||||
<!-- Source file information -->
|
||||
|
||||
@@ -950,7 +950,7 @@ aria-label="Footer"
|
||||
<a
|
||||
href="../"
|
||||
class="md-footer__link md-footer__link--prev"
|
||||
aria-label="Previous: 第 0 章 &nbsp; Preface"
|
||||
aria-label="Previous: Chapter 0. &nbsp; Preface"
|
||||
rel="prev"
|
||||
>
|
||||
<div class="md-footer__button md-icon">
|
||||
@@ -962,7 +962,7 @@ aria-label="Footer"
|
||||
Previous
|
||||
</span>
|
||||
<div class="md-ellipsis">
|
||||
第 0 章 Preface
|
||||
Chapter 0. Preface
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
@@ -1075,7 +1075,7 @@ aria-label="Footer"
|
||||
<nav class="md-footer__inner md-grid" aria-label="Footer" >
|
||||
|
||||
|
||||
<a href="../" class="md-footer__link md-footer__link--prev" aria-label="Previous: 第 0 章 &nbsp; Preface">
|
||||
<a href="../" class="md-footer__link md-footer__link--prev" aria-label="Previous: Chapter 0. &nbsp; Preface">
|
||||
<div class="md-footer__button md-icon">
|
||||
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11h12Z"/></svg>
|
||||
@@ -1085,7 +1085,7 @@ aria-label="Footer"
|
||||
Previous
|
||||
</span>
|
||||
<div class="md-ellipsis">
|
||||
第 0 章 Preface
|
||||
Chapter 0. Preface
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user