You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/docs/chapter_backtracking/index.md

14 lines
318 B

# 回溯
<div class="center-table" markdown>
![回溯](../assets/covers/chapter_backtracking.jpg){ width="600" }
</div>
!!! abstract
我们如同迷宫中的探索者,在寻找出口的道路上可能会遇到困难。
回溯的力量让我们能够重新开始,最终寻找到正确的道路。