Build Array from Permutation - Leetcode - Python

preview_player
Показать описание
1920 - Build Array from Permutation - Leetcode solution in Python
Рекомендации по теме
Комментарии
Автор

result = []
for i, v in enumerate(nums):
result.append(nums[v])
return result

sapatil
Автор

explain what is [ ans.append(value) ] means

-dhanush
Автор

I don't understand the question, or I would say the question is not clear

abhisheksurela
join shbcf.ru