Skip to content

Commit

Permalink
Deployed 49ab6b8 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cheung4843 committed Feb 26, 2024
1 parent 8135db8 commit 0a18cda
Show file tree
Hide file tree
Showing 13 changed files with 256 additions and 47 deletions.
177 changes: 165 additions & 12 deletions algorithm/basic_algo/binary_search/index.html

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion algorithm/basic_algo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1775,6 +1775,10 @@

<h1 id="basic_algorithm">Basic Algorithm<a class="headerlink" href="#basic_algorithm" title="Permanent link"></a></h1>
<p>先來熱個身,我們從一些基本的演算法開始。</p>
<p>這邊雖然是基礎,但有許多觀念會在後面的章節中用到,或者以混合的方式出現,所以請一定要好學習,也請你相信自己,你一定可以學會的。</p>
<p>一樣,我也會在文章中置入一些歌,至於會有什麼歌,全憑當下我<strong>自由</strong>發揮,你也是<strong>自由</strong>的!</p>
<p><a href="https://youtu.be/Tgli1xUKX5s?si=w7VzO-hnt_Hkb2MF">Attack on Titan S3 OST - "Apple Seed" (Extended)</a></p>
<p>祝你好運!</p>



Expand All @@ -1797,7 +1801,7 @@ <h1 id="basic_algorithm">Basic Algorithm<a class="headerlink" href="#basic_algor
<span class="md-icon" title="最後更新">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 24, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 26, 2024</span>
</span>


Expand Down
108 changes: 78 additions & 30 deletions algorithm/basic_algo/linear_search/index.html

Large diffs are not rendered by default.

Binary file modified algorithm/basic_algo/media/binary_search_3.mp4
Binary file not shown.
Binary file added algorithm/basic_algo/media/binary_search_4.mp4
Binary file not shown.
Binary file added algorithm/basic_algo/media/binary_search_5.mp4
Binary file not shown.
Binary file added algorithm/basic_algo/media/binary_search_6.mp4
Binary file not shown.
Binary file added algorithm/basic_algo/media/binary_search_7.mp4
Binary file not shown.
Binary file added algorithm/basic_algo/media/binary_search_8.mp4
Binary file not shown.
8 changes: 6 additions & 2 deletions algorithm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,11 @@


<h1 id="algorithm">Algorithm<a class="headerlink" href="#algorithm" title="Permanent link"></a></h1>
<p>在這裡,我會逐步帶你認識演算法,並且提供一些基本的演算法範例。</p>
<p>你好,我是這系列的作者 <a href="https://github.com/cheung4843">cheung4843</a>,與基礎的章節一樣,專有名詞與重點將會用黃色與綠字標示。</p>
<p>而練習題一律使用 <a href="https://leetcode.com/problemset/">LeetCode</a>,在教你演算法的同時,也教你怎麼刷題。</p>
<p>實作語言我以 Python 為主,但也會提供 C++ 的版本,但都是以 Python 的用語來解釋。</p>
<p>祝你學習愉快!</p>
<p><a href="https://youtu.be/mw5VIEIvuMI?si=ixi73JA0weymoTm5">Naomi Scott - Speechless</a></p>



Expand All @@ -1795,7 +1799,7 @@ <h1 id="algorithm">Algorithm<a class="headerlink" href="#algorithm" title="Perma
<span class="md-icon" title="最後更新">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 24, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 26, 2024</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion algorithm/what_is_algo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2315,7 +2315,7 @@ <h2 id="practice">Practice<a class="headerlink" href="#practice" title="Permanen
<span class="md-icon" title="最後更新">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1-2.1-2M12.5 7v5.2l4 2.4-1 1L11 13V7h1.5M11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2v1.8Z"/></svg>
</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 24, 2024</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">February 26, 2024</span>
</span>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 0a18cda

Please sign in to comment.