yan chuanli il y a 2 ans
Parent
commit
d8b734a10c
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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]]: