kill space

This commit is contained in:
Vitor Oliveira 2021-09-03 12:37:45 -07:00 committed by GitHub
parent aecd3739f0
commit f6382bfb15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.