摘要: 原题链接在这里:https://leetcode.com/problems/number-of-boomerangs/ 题目: Given n points in the plane that are all pairwise distinct, a "boomerang" is a tuple o 阅读全文
posted @ 2017-01-31 09:27 Dylan_Java_NYC 阅读(323) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/max-consecutive-ones-ii/ 题目: Given a binary array, find the maximum number of consecutive 1s in this array if yo 阅读全文
posted @ 2017-01-31 08:20 Dylan_Java_NYC 阅读(686) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/max-consecutive-ones/ 题目: Given a binary array, find the maximum number of consecutive 1s in this array. Example 阅读全文
posted @ 2017-01-31 07:19 Dylan_Java_NYC 阅读(382) 评论(0) 推荐(0)