摘要: Given a non-empty array of integers, return the third maximum number in this array. If it does not exist, return the maximum number. The time complexi 阅读全文
posted @ 2016-11-18 10:48 amazingzoe 阅读(139) 评论(0) 推荐(0)
摘要: Given a non-empty string s and an abbreviation abbr, return whether the string matches with the given abbreviation. A string such as "word" contains o 阅读全文
posted @ 2016-11-18 06:51 amazingzoe 阅读(212) 评论(0) 推荐(0)
摘要: Given a non-empty string check if it can be constructed by taking a substring of it and appending multiple copies of the substring together. You may a 阅读全文
posted @ 2016-11-18 06:14 amazingzoe 阅读(196) 评论(0) 推荐(0)