Skip to content

Commit 54ac652

Browse files
authored
Update index.ts
1 parent d14674e commit 54ac652

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

permutations/index.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
/*
2-
* @lc app=leetcode.cn id=46 lang=typescript
3-
*
4-
* [46] 全排列
5-
*/
61

7-
// @lc code=start
82
export default function permute(nums: number[]): number[][] {
93
if (nums.length == 0) {
104
return [];

0 commit comments

Comments
 (0)