Saicharan67 / Interview-Coding-Questions

11 stars 10 forks source link

Create greatest_product_in_array.py #43

Closed SanthoshS20 closed 2 years ago

SanthoshS20 commented 2 years ago

Find the greatest product in an array such that the numbers present in the same array

For Example:

arr = [1,2,3,4,5,6]

3 and 2 present in the array and their product 6 is also present and that is the greatest number we can able achieve it

SanthoshS20 commented 2 years ago

@Saicharan67 Can you please approve and merge this PR. Please add hacktoberfest-accepted label

Thanks Santhosh