forked from TheAlgorithms/Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 320d895
* Fixes TheAlgorithms#9014
* Fixed permute_recursive() by passing nums.copy()
1 parent 5f8d1cb commit 320d895
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | - | ||
13 | + | ||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | - | ||
47 | - | ||
46 | + | ||
47 | + | ||
48 | 48 | | |
0 commit comments