摘要: Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times. You may assume that the 阅读全文
posted @ 2018-05-21 08:05 amazingzoe 阅读(92) 评论(0) 推荐(0)
摘要: In a string S of lowercase letters, these letters form consecutive groups of the same character. For example, a string like S = "abbxxxxzyy" has the g 阅读全文
posted @ 2018-05-21 07:49 amazingzoe 阅读(136) 评论(0) 推荐(0)