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 aecd373 commit f6382bfCopy full SHA for f6382bf
data_structures/arrays/maximum_product_subarray.rb
@@ -1,4 +1,3 @@
1
-
2
# Given an integer array nums, find a contiguous non-empty subarray within the array that has the largest product, and return the product.
3
# It is guaranteed that the answer will fit in a 32-bit integer.
4
# A subarray is a contiguous subsequence of the array.
0 commit comments