mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-22 08:17:15 +00:00
deploy
This commit is contained in:
@@ -3520,8 +3520,8 @@
|
||||
<p><a class="glightbox" href="../assets/covers/chapter_backtracking.jpg" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="Backtracking" class="cover-image" src="../assets/covers/chapter_backtracking.jpg" /></a></p>
|
||||
<div class="admonition abstract">
|
||||
<p class="admonition-title">Abstract</p>
|
||||
<p>Like explorers in a maze, we may encounter difficulties on our path forward.</p>
|
||||
<p>The power of backtracking allows us to start over, keep trying, and eventually find the exit to the light.</p>
|
||||
<p>Like explorers in a maze, we may encounter obstacles on our path forward.</p>
|
||||
<p>The power of backtracking lets us begin anew, keep trying, and eventually find the exit leading to the light.</p>
|
||||
</div>
|
||||
<h2 id="chapter-contents">Chapter contents<a class="headerlink" href="#chapter-contents" title="Permanent link">¶</a></h2>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user