Skip to content

Commit f6382bf

Browse files
authored
kill space
1 parent aecd373 commit f6382bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/arrays/maximum_product_subarray.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Given an integer array nums, find a contiguous non-empty subarray within the array that has the largest product, and return the product.
32
# It is guaranteed that the answer will fit in a 32-bit integer.
43
# A subarray is a contiguous subsequence of the array.

0 commit comments

Comments
 (0)