mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-13 15:29:53 +08:00
deploy
This commit is contained in:
@@ -3316,6 +3316,11 @@
|
||||
<div class="center-table">
|
||||
<p><img alt="回溯" src="../assets/covers/chapter_backtracking.jpg" width="600" /></p>
|
||||
</div>
|
||||
<div class="admonition abstract">
|
||||
<p class="admonition-title">Abstract</p>
|
||||
<p>我们如同迷宫中的探索者,在寻找出口的道路上可能会遇到困难。</p>
|
||||
<p>回溯的力量让我们能够重新开始,最终寻找到正确的道路。</p>
|
||||
</div>
|
||||
<h2 id="_1">本章内容<a class="headerlink" href="#_1" title="Permanent link">¶</a></h2>
|
||||
<ul>
|
||||
<li><a href="https://www.hello-algo.com/chapter_backtracking/backtracking_algorithm/">13.1 回溯算法</a></li>
|
||||
|
||||
Reference in New Issue
Block a user