Skip to content

Commit

Permalink
Fix test case in C-Plus-Plus/cp/NextPermutation.cpp (#7580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush0431 authored Dec 25, 2021
1 parent 36b387c commit 4f1e5bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions C-Plus-Plus/cp/NextPermutation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ Input :
6
5 3 4 9 7 6
Output :
6
5 3 4 9 7 6
5 3 6 4 7 9
Time Complexity : O(nlogn)
Space Complexity : O(n)
**/
**/

0 comments on commit 4f1e5bd

Please sign in to comment.