Skip to content

Commit e7a28ba

Browse files
author
hj.tian
committed
fix: update comment of day35 46
fix: update comment of day35 46
1 parent 0c203be commit e7a28ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode75/day35_46.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def permute(self, nums: List[int]) -> List[List[int]]:
1010

1111
# class Solution:
1212
# def permute(self, nums: List[int]) -> List[List[int]]:
13-
# """3. 搜索+
13+
# """3. 搜索+回溯
1414

1515
# 1 2 3
1616
# 2 3

0 commit comments

Comments
 (0)