From d08c3001a7bbac1be2ee9d8ef45b097467d07e39 Mon Sep 17 00:00:00 2001 From: Muhammad Khuzaima Umair Date: Sun, 19 Nov 2023 10:59:02 +0000 Subject: [PATCH] Formatted 1887_Reduction_Operations_to_Make_the_Array_Elements_Equal.java --- ...perations_to_Make_the_Array_Elements_Equal.java | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/1887_Reduction_Operations_to_Make_the_Array_Elements_Equal.java b/1887_Reduction_Operations_to_Make_the_Array_Elements_Equal.java index 10ce600..4d6c018 100644 --- a/1887_Reduction_Operations_to_Make_the_Array_Elements_Equal.java +++ b/1887_Reduction_Operations_to_Make_the_Array_Elements_Equal.java @@ -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) {