Nikhil-2002 / Programming_Hactoberfest23

10 stars 75 forks source link

maximum-product-of-two-elements-in-an-array #96

Open ishita3513 opened 10 months ago

ishita3513 commented 10 months ago

Given the array of integers nums, you will choose two different indices i and j of that array. Return the maximum value of (nums[i]-1)*(nums[j]-1).

ishita3513 commented 10 months ago

Hey, @Nikhil-2002 I am interested in this problem. I have solved this problem in 3 ways. I want to contribute to this issue. Please assign me this issue.

ishita3513 commented 10 months ago

Please assign.