mirror of
https://github.com/krahets/hello-algo.git
synced 2026-05-02 14:33:06 +08: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>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
|
||||
<title>第 0 章 Preface - Hello Algo</title>
|
||||
<title>Chapter 0. Preface - Hello Algo</title>
|
||||
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
<div data-md-component="skip">
|
||||
|
||||
|
||||
<a href="#0-preface" class="md-skip">
|
||||
<a href="#chapter-0-preface" class="md-skip">
|
||||
Skip to content
|
||||
</a>
|
||||
|
||||
@@ -124,7 +124,7 @@
|
||||
<div class="md-header__topic" data-md-component="header-topic">
|
||||
<span class="md-ellipsis">
|
||||
|
||||
第 0 章 Preface
|
||||
Chapter 0. Preface
|
||||
|
||||
</span>
|
||||
</div>
|
||||
@@ -518,7 +518,7 @@
|
||||
|
||||
|
||||
<span class="md-ellipsis">
|
||||
1.2 What is Algorithms
|
||||
1.2 What Is Algorithms
|
||||
</span>
|
||||
|
||||
|
||||
@@ -599,7 +599,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>
|
||||
|
||||
|
||||
@@ -615,7 +615,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>
|
||||
|
||||
@@ -804,7 +804,7 @@
|
||||
|
||||
|
||||
<!-- Page content -->
|
||||
<h1 id="0-preface">第 0 章 Preface<a class="headerlink" href="#0-preface" title="Permanent link">¶</a></h1>
|
||||
<h1 id="chapter-0-preface">Chapter 0. Preface<a class="headerlink" href="#chapter-0-preface" title="Permanent link">¶</a></h1>
|
||||
<div class="center-table">
|
||||
<p><a class="glightbox" href="../assets/covers/chapter_preface.jpg" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="Preface" class="cover-image" src="../assets/covers/chapter_preface.jpg" /></a></p>
|
||||
</div>
|
||||
|
||||
@@ -605,7 +605,7 @@
|
||||
|
||||
|
||||
<span class="md-ellipsis">
|
||||
1.2 What is Algorithms
|
||||
1.2 What Is Algorithms
|
||||
</span>
|
||||
|
||||
|
||||
@@ -686,7 +686,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>
|
||||
|
||||
|
||||
@@ -702,7 +702,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>
|
||||
|
||||
|
||||
@@ -530,7 +530,7 @@
|
||||
|
||||
|
||||
<span class="md-ellipsis">
|
||||
1.2 What is Algorithms
|
||||
1.2 What Is Algorithms
|
||||
</span>
|
||||
|
||||
|
||||
@@ -611,7 +611,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>
|
||||
|
||||
|
||||
@@ -627,7 +627,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>
|
||||
|
||||
@@ -854,7 +854,7 @@ aria-label="Footer"
|
||||
<a
|
||||
href="../../chapter_introduction/"
|
||||
class="md-footer__link md-footer__link--next"
|
||||
aria-label="Next: 第 1 章 &nbsp; Introduction to Algorithms"
|
||||
aria-label="Next: Chapter 1. &nbsp; Introduction to Algorithms"
|
||||
rel="next"
|
||||
>
|
||||
<div class="md-footer__title">
|
||||
@@ -862,7 +862,7 @@ aria-label="Footer"
|
||||
Next
|
||||
</span>
|
||||
<div class="md-ellipsis">
|
||||
第 1 章 Introduction to Algorithms
|
||||
Chapter 1. Introduction to Algorithms
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-footer__button md-icon">
|
||||
@@ -972,13 +972,13 @@ aria-label="Footer"
|
||||
|
||||
|
||||
|
||||
<a href="../../chapter_introduction/" class="md-footer__link md-footer__link--next" aria-label="Next: 第 1 章 &nbsp; Introduction to Algorithms">
|
||||
<a href="../../chapter_introduction/" class="md-footer__link md-footer__link--next" aria-label="Next: Chapter 1. &nbsp; Introduction to Algorithms">
|
||||
<div class="md-footer__title">
|
||||
<span class="md-footer__direction">
|
||||
Next
|
||||
</span>
|
||||
<div class="md-ellipsis">
|
||||
第 1 章 Introduction to Algorithms
|
||||
Chapter 1. Introduction to Algorithms
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-footer__button md-icon">
|
||||
|
||||
Reference in New Issue
Block a user