Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5069c8f

Browse files
committed
fixed typo
1 parent 85145c1 commit 5069c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎advanced_algorithm/backtrack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Solution:
9292

9393
### [permutations](https://leetcode-cn.com/problems/permutations/)
9494

95-
> 给定一个 没有重复 数字的序列,返回其所有可能的全排列。
95+
> 给定一个没有重复数字的序列,返回其所有可能的全排列。
9696
9797
思路 1:需要记录已经选择过的元素,满足条件的结果才进行返回,需要额外 O(n) 的空间
9898

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /