mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 10:09:54 +08:00
deploy
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
|
||||
<meta name="description" content="在动画与代码中掌握数据结构与算法">
|
||||
<meta name="description" content="动画图解、一键运行的数据结构与算法教程">
|
||||
|
||||
|
||||
<meta name="author" content="Krahets">
|
||||
@@ -1801,6 +1801,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1879,6 +1881,20 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../chapter_backtracking/summary/" class="md-nav__link">
|
||||
12.5. 小结
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</li>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
|
||||
<meta name="description" content="在动画与代码中掌握数据结构与算法">
|
||||
<meta name="description" content="动画图解、一键运行的数据结构与算法教程">
|
||||
|
||||
|
||||
<meta name="author" content="Krahets">
|
||||
@@ -15,7 +15,7 @@
|
||||
<link rel="canonical" href="https://www.hello-algo.com/chapter_appendix/installation/">
|
||||
|
||||
|
||||
<link rel="prev" href="../../chapter_backtracking/n_queens_problem/">
|
||||
<link rel="prev" href="../../chapter_backtracking/summary/">
|
||||
|
||||
|
||||
<link rel="next" href="../contribution/">
|
||||
@@ -1801,6 +1801,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1879,6 +1881,20 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="../../chapter_backtracking/summary/" class="md-nav__link">
|
||||
12.5. 小结
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</li>
|
||||
@@ -2338,7 +2354,7 @@
|
||||
<nav class="md-footer__inner md-grid" aria-label="页脚" >
|
||||
|
||||
|
||||
<a href="../../chapter_backtracking/n_queens_problem/" class="md-footer__link md-footer__link--prev" aria-label="上一页: 12.4. &nbsp; N 皇后问题" rel="prev">
|
||||
<a href="../../chapter_backtracking/summary/" class="md-footer__link md-footer__link--prev" aria-label="上一页: 12.5. &nbsp; 小结" rel="prev">
|
||||
<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>
|
||||
</div>
|
||||
@@ -2347,7 +2363,7 @@
|
||||
上一页
|
||||
</span>
|
||||
<div class="md-ellipsis">
|
||||
12.4. N 皇后问题
|
||||
12.5. 小结
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user