Coding
© 29m : 38s left
0/2 Ons Submitt
Given a binary array, find the maximum number of consecutive 1s in this array.
Example 1:
Input: [1,1,0,1,1,1]
Output: 3
Explanation: The first two digits or the last three digits are consecutive 1s.
The maximum number of consecutive 1s is 3.
Note:
• The input array will only contain a and 1.
• The length of input array is a positive integer and will not exceed 10,000
Answers
Answered by
1
Explanation:
bxbxnxnxdhhdjdjsjsjsjsjsjsd
d
d
djjdjdjdiidjsz
d
fd
d
d
Similar questions
Geography,
2 months ago
Science,
2 months ago
Math,
6 months ago
English,
6 months ago
Social Sciences,
11 months ago