-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Find the pair of elements with maximum product in an array. #571
Labels
Comments
rathoresrikant
added
good first issue
Good for newcomers
hacktoberfest
algorithms
labels
Oct 27, 2018
def maxProduct(arr, n):
Driver Codearr = [1, 4, 3, 6, 7, 0] """A Better Solution is to use sorting. Below are detailed steps.
|
I am adding the code in the pull request |
rathoresrikant
changed the title
Find the elements with maximum product in an array.
Find the pair of elements with maximum product in an array.
Oct 27, 2018
koru1130
added a commit
to koru1130/HacktoberFestContribute
that referenced
this issue
Oct 28, 2018
@rathoresrikant Can you please assign it to me. I want to contribute its code in c++? |
@Kashish05 Please raise Pull Request to contribute. Thanks. |
AbhishekGupta2405
added a commit
to AbhishekGupta2405/HacktoberFestContribute
that referenced
this issue
Oct 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: