Mean: 求出可重排列的下一個排列。 analyse: 直接用STL來實作就可。自己手動寫了一個,并不複雜。 Time complexity: O(n^2) Source code: 1.STL 2.手寫