mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-30 17:44:26 +00:00
deploy
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_sorting/bubble_sort/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_sorting/bubble_sort/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_sorting/bubble_sort/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -5104,11 +5112,14 @@ aria-label="页脚"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">欢迎在评论区留下你的见解、问题或建议</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -5117,7 +5128,7 @@ aria-label="页脚"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="zh-CN"
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_sorting/bucket_sort/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_sorting/bucket_sort/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_sorting/bucket_sort/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -4979,11 +4987,14 @@ aria-label="页脚"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">欢迎在评论区留下你的见解、问题或建议</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -4992,7 +5003,7 @@ aria-label="页脚"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="zh-CN"
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_sorting/counting_sort/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_sorting/counting_sort/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_sorting/counting_sort/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -5410,11 +5418,14 @@ aria-label="页脚"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">欢迎在评论区留下你的见解、问题或建议</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -5423,7 +5434,7 @@ aria-label="页脚"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="zh-CN"
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_sorting/heap_sort/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_sorting/heap_sort/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_sorting/heap_sort/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -5126,11 +5134,14 @@ aria-label="页脚"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">欢迎在评论区留下你的见解、问题或建议</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -5139,7 +5150,7 @@ aria-label="页脚"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="zh-CN"
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_sorting/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_sorting/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_sorting/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -4468,11 +4476,14 @@ aria-label="页脚"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">欢迎在评论区留下你的见解、问题或建议</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -4481,7 +4492,7 @@ aria-label="页脚"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="zh-CN"
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_sorting/insertion_sort/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_sorting/insertion_sort/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_sorting/insertion_sort/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -4808,11 +4816,14 @@ aria-label="页脚"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">欢迎在评论区留下你的见解、问题或建议</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -4821,7 +4832,7 @@ aria-label="页脚"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="zh-CN"
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_sorting/merge_sort/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_sorting/merge_sort/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_sorting/merge_sort/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -5221,11 +5229,14 @@ aria-label="页脚"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">欢迎在评论区留下你的见解、问题或建议</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -5234,7 +5245,7 @@ aria-label="页脚"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="zh-CN"
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_sorting/quick_sort/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_sorting/quick_sort/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_sorting/quick_sort/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -5868,11 +5876,14 @@ aria-label="页脚"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">欢迎在评论区留下你的见解、问题或建议</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -5881,7 +5892,7 @@ aria-label="页脚"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="zh-CN"
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_sorting/radix_sort/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_sorting/radix_sort/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_sorting/radix_sort/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -5226,11 +5234,14 @@ aria-label="页脚"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">欢迎在评论区留下你的见解、问题或建议</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -5239,7 +5250,7 @@ aria-label="页脚"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="zh-CN"
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_sorting/selection_sort/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_sorting/selection_sort/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_sorting/selection_sort/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -4819,11 +4827,14 @@ aria-label="页脚"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">欢迎在评论区留下你的见解、问题或建议</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -4832,7 +4843,7 @@ aria-label="页脚"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="zh-CN"
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_sorting/sorting_algorithm/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_sorting/sorting_algorithm/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_sorting/sorting_algorithm/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -4560,11 +4568,14 @@ aria-label="页脚"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">欢迎在评论区留下你的见解、问题或建议</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -4573,7 +4584,7 @@ aria-label="页脚"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="zh-CN"
|
||||
|
||||
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_sorting/summary/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_sorting/summary/" hreflang="ru">
|
||||
|
||||
|
||||
|
||||
<link rel="icon" href="../../assets/images/favicon.png">
|
||||
@@ -224,6 +226,12 @@
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="md-select__item">
|
||||
<a href="/ru/chapter_sorting/summary/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -4559,11 +4567,14 @@ aria-label="页脚"
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Check-in button above comments -->
|
||||
|
||||
|
||||
<h5 align="center" id="__comments">欢迎在评论区留下你的见解、问题或建议</h5>
|
||||
|
||||
<!-- Insert generated snippet here -->
|
||||
<script
|
||||
<script
|
||||
src="https://giscus.app/client.js"
|
||||
data-repo="krahets/hello-algo"
|
||||
data-repo-id="R_kgDOIXtSqw"
|
||||
@@ -4572,7 +4583,7 @@ aria-label="页脚"
|
||||
data-mapping="pathname"
|
||||
data-strict="1"
|
||||
data-reactions-enabled="1"
|
||||
data-emit-metadata="0"
|
||||
data-emit-metadata="1"
|
||||
data-input-position="top"
|
||||
data-theme="light"
|
||||
data-lang="zh-CN"
|
||||
|
||||
Reference in New Issue
Block a user