yan chuanli 2 年 前
コミット
d8b734a10c
1 ファイル変更4 行追加0 行削除
  1. 4 0
      tree/whole_arrang.py

+ 4 - 0
tree/whole_arrang.py

@@ -0,0 +1,4 @@
+from typing import List
+
+
+def permute(nums: List[int]) -> List[List[int]]: