コード例 #1
0
ファイル: test.py プロジェクト: johnnywsd/leetcode_python
 def test1(self):
     A = [1, 2, 3]
     res = perm(A)
     print res
コード例 #2
0
ファイル: test.py プロジェクト: johnnywsd/leetcode_python
 def test2(self):
     A = [1, 1, 2]
     res = perm(A)
     print res