Given a binary array nums, return the maximum number of consecutive 1’s in the array if you can flip at most one 0.
1 | class Solution { |
Given a binary array nums, return the maximum number of consecutive 1’s in the array if you can flip at most one 0.
1 | class Solution { |