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/chapter_backtracking/index.md

21 lines
692 B

1 year ago
---
comments: true
1 year ago
icon: material/map-marker-path
1 year ago
---
1 year ago
# 13.   回溯
1 year ago
<div class="center-table" markdown>
1 year ago
![回溯](../assets/covers/chapter_backtracking.jpg){ width="600" }
1 year ago
</div>
1 year ago
## 本章内容
- [13.1 &nbsp; 回溯算法](https://www.hello-algo.com/chapter_backtracking/backtracking_algorithm/)
- [13.2 &nbsp; 全排列问题](https://www.hello-algo.com/chapter_backtracking/permutations_problem/)
- [13.3 &nbsp; 子集和问题](https://www.hello-algo.com/chapter_backtracking/subset_sum_problem/)
- [13.4 &nbsp; N 皇后问题](https://www.hello-algo.com/chapter_backtracking/n_queens_problem/)
- [13.5 &nbsp; 小结](https://www.hello-algo.com/chapter_backtracking/summary/)