Skip to content

Commit a192d2b

Browse files
Update Minimize_the_height.cpp
1 parent 26af3fc commit a192d2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Arrays/Minimize_the_height.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ using namespace std;
1919
class Solution {
2020
public:
2121
int getMinDiff(int arr[], int n, int k) {
22-
// code here
2322
sort(arr, arr+n);
2423

2524
int ans = arr[n-1] - arr[0];

0 commit comments

Comments
 (0)