leetcode47

題目:web Given a collection of numbers that might contain duplicates, return all possible unique permutations. Example: Input: [1,1,2] Output: [ [1,1,2], [1,2,1], [2,1,1] ] 解法一: 這道題是以前那道 Permutati
相關文章
相關標籤/搜索