Skip to content

Commit d08c300

Browse files
committed
Formatted 1887_Reduction_Operations_to_Make_the_Array_Elements_Equal.java
1 parent 4c2e06a commit d08c300

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

1887_Reduction_Operations_to_Make_the_Array_Elements_Equal.java

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
// id: 1887
2-
// Name: Reduction Operations to Make the Array Elements Equal
3-
// link: https://leetcode.com/problems/reduction-operations-to-make-the-array-elements-equal/
4-
// Difficulty: Medium
1+
/*
2+
* 1887. Reduction Operations to Make the Array Elements Equal
3+
* Problem Link: https://leetcode.com/problems/reduction-operations-to-make-the-array-elements-equal/
4+
* Difficulty: Medium
5+
*
6+
* Solution Created by: Muhammad Khuzaima Umair
7+
* LeetCode : https://leetcode.com/mkhuzaima/
8+
* Github : https://github.com/mkhuzaima
9+
* LinkedIn : https://www.linkedin.com/in/mkhuzaima/
10+
*/
511

612
class Solution {
713
public int reductionOperations(int[] nums) {

0 commit comments

Comments
 (0)