[LeetCode] 485. Max Consecutive Ones 最大连续1的个数

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 di
posted @ 2017-02-02 10:00  Grandyang  阅读(8420)  评论(0)    收藏  举报
Fork me on GitHub