mirror of
https://github.com/TheAlgorithms/Ruby
synced 2024-12-25 21:58:57 +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.
|
||||
# It is guaranteed that the answer will fit in a 32-bit integer.
|
||||
# A subarray is a contiguous subsequence of the array.
|
||||
|
|
Loading…
Reference in a new issue