mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-28 16:44:22 +00:00
deploy
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
<link rel="alternate" href="/ja/chapter_dynamic_programming/unbounded_knapsack_problem/" hreflang="ja">
|
||||
|
||||
<link rel="alternate" href="/ru/chapter_dynamic_programming/unbounded_knapsack_problem/" 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_dynamic_programming/unbounded_knapsack_problem/" hreflang="ru" class="md-select__link">
|
||||
Русский
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -6966,11 +6974,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"
|
||||
@@ -6979,7 +6990,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