mirror of
https://github.com/TheAlgorithms/Ruby
synced 2025-01-27 19:58:06 +01:00
kill space
This commit is contained in:
parent
aecd3739f0
commit
f6382bfb15
1 changed files with 0 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
# Given an integer array nums, find a contiguous non-empty subarray within the array that has the largest product, and return the product.
|
# Given an integer array nums, find a contiguous non-empty subarray within the array that has the largest product, and return the product.
|
||||||
# It is guaranteed that the answer will fit in a 32-bit integer.
|
# It is guaranteed that the answer will fit in a 32-bit integer.
|
||||||
# A subarray is a contiguous subsequence of the array.
|
# A subarray is a contiguous subsequence of the array.
|
||||||
|
|
Loading…
Add table
Reference in a new issue