Skip to content

Commit

Permalink
Update Minimum_number.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Oct 18, 2024
1 parent 3d25d1f commit 5582a3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Minimum_number.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ You are given an array arr of n elements. In one operation you can pick two indi
replace the value of arr[i] with (arr[i] - arr[j]). You have to minimize the values of the array after performing any number
of such operations.
Example 1:
Input:
n = 3
Expand Down

0 comments on commit 5582a3f

Please sign in to comment.