This commit is contained in:
krahets
2023-08-28 23:52:12 +08:00
parent f8b9a9d748
commit 638312fdb1
10 changed files with 31 additions and 29 deletions

View File

@@ -1667,6 +1667,8 @@ comments: true
为了更清晰地分析算法问题,我们总结一下回溯算法中常用术语的含义,并对照例题三给出对应示例。
<p align="center"> 表 13-1 &nbsp; 常见的回溯算法术语 </p>
<div class="center-table" markdown>
| 名词 | 定义 | 例题三 |

View File

@@ -6,9 +6,9 @@ comments: true
全排列问题是回溯算法的一个典型应用。它的定义是在给定一个集合(如一个数组或字符串)的情况下,找出这个集合中元素的所有可能的排列。
表 13-1 列举了几个示例数据,包括输入数组和对应的所有排列。
表 13-2 列举了几个示例数据,包括输入数组和对应的所有排列。
<p align="center"> 表 13-1 &nbsp; 数组与链表的效率对比 </p>
<p align="center"> 表 13-2 &nbsp; 数组与链表的效率对比 </p>
<div class="center-table" markdown>