Skip to content

Commit

Permalink
Formatted 1887_Reduction_Operations_to_Make_the_Array_Elements_Equal.…
Browse files Browse the repository at this point in the history
…java
  • Loading branch information
mkhuzaima committed Nov 19, 2023
1 parent 4c2e06a commit d08c300
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions 1887_Reduction_Operations_to_Make_the_Array_Elements_Equal.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
// id: 1887
// Name: Reduction Operations to Make the Array Elements Equal
// link: https://leetcode.com/problems/reduction-operations-to-make-the-array-elements-equal/
// Difficulty: Medium
/*
* 1887. Reduction Operations to Make the Array Elements Equal
* Problem Link: https://leetcode.com/problems/reduction-operations-to-make-the-array-elements-equal/
* Difficulty: Medium
*
* Solution Created by: Muhammad Khuzaima Umair
* LeetCode : https://leetcode.com/mkhuzaima/
* Github : https://github.com/mkhuzaima
* LinkedIn : https://www.linkedin.com/in/mkhuzaima/
*/

class Solution {
public int reductionOperations(int[] nums) {
Expand Down

0 comments on commit d08c300

Please sign in to comment.