mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-03 05:27:55 +08:00
Rename the common modules in Java, C++ and C.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
全排列问题是回溯算法的一个典型应用。它的定义是在给定一个集合(如一个数组或字符串)的情况下,找出这个集合中元素的所有可能的排列。
|
||||
|
||||
如下表所示,展示了输入数组和对应的所有排列。
|
||||
如下表所示,列举了几个示例数组和其对应的所有排列。
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user