We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f51714 commit 05a85f6Copy full SHA for 05a85f6
1913_Maximum_Product_Difference_Between_Two_Pairs.java
@@ -1,7 +1,13 @@
1
-// id: 1913
2
-// Name: Maximum Product Difference Between Two Pairs
3
-// link: https://leetcode.com/problems/maximum-product-difference-between-two-pairs/
4
-// Difficulty: Easy
+/*
+ * 1913. Maximum Product Difference Between Two Pairs
+ * Problem Link: https://leetcode.com/problems/maximum-product-difference-between-two-pairs/
+ * Difficulty: Easy
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
+ */
11
12
class Solution {
13
public int maxProductDifference(int[] nums) {
0 commit comments