This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
yanchuanli
/
leetcode
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
add
yan chuanli
hace 2 años
padre
e767eae335
commit
d8b734a10c
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
tree/whole_arrang.py
+ 4
- 0
tree/whole_arrang.py
Ver fichero
@@ -0,0 +1,4 @@
+from typing import List
+
+
+def permute(nums: List[int]) -> List[List[int]]: