Skip to content

Commit

Permalink
Update Make_array_beautiful.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Oct 20, 2024
1 parent df7d29a commit 80710ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Make_array_beautiful.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Return the beautiful array after performing the above operation.
Note: An empty array is also a beautiful array. There can be many adjacent integers with different signs. So remove adjacent
integers with different signs from left to right.
Example 1:
Input: 4 2 -2 1
Output: 4 1
Expand Down

0 comments on commit 80710ae

Please sign in to comment.