You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
The text was updated successfully, but these errors were encountered: