mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-09 14:06:06 +00:00
build
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
comments: true
|
||||
---
|
||||
|
||||
# 13.2. 全排列问题
|
||||
# 13.2 全排列问题
|
||||
|
||||
全排列问题是回溯算法的一个典型应用。它的定义是在给定一个集合(如一个数组或字符串)的情况下,找出这个集合中元素的所有可能的排列。
|
||||
|
||||
@@ -20,7 +20,7 @@ comments: true
|
||||
|
||||
</div>
|
||||
|
||||
## 13.2.1. 无相等元素的情况
|
||||
## 13.2.1 无相等元素的情况
|
||||
|
||||
!!! question
|
||||
|
||||
@@ -473,7 +473,7 @@ comments: true
|
||||
}
|
||||
```
|
||||
|
||||
## 13.2.2. 考虑相等元素的情况
|
||||
## 13.2.2 考虑相等元素的情况
|
||||
|
||||
!!! question
|
||||
|
||||
|
||||
Reference in New Issue
Block a user