Skip to content

Commit 4f1e5bd

Browse files
authored
Fix test case in C-Plus-Plus/cp/NextPermutation.cpp (#7580)
1 parent 36b387c commit 4f1e5bd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

C-Plus-Plus/cp/NextPermutation.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ Input :
4444
6
4545
5 3 4 9 7 6
4646
Output :
47-
6
48-
5 3 4 9 7 6
47+
5 3 6 4 7 9
4948
5049
Time Complexity : O(nlogn)
5150
Space Complexity : O(n)
5251
53-
**/
52+
**/

0 commit comments

Comments
 (0)