LeetCode No.46 Permutations

Given a collection of distinct numbers, return all possible permutations.数组 For example, [1,2,3] have the following permutations: spa [ [1,2,3], [1,3,2], [2,1,3], [2,3,1], [3,1,2], [3,2,1]
相关文章
相关标签/搜索