This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
yanchuanli
/
leetcode
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
d8b734a10c
Branchit
Tagit
master
leetcode
/
tree
/
whole_arrang.py
whole_arrang.py
74 B
Historia
Raaka
1
2
3
4
from typing import List
def permute(nums: List[int]) -> List[List[int]]: