
指针
文章平均质量分 67
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 159. Longest Substring with At Most Two Distinct Characters(最长字串)
原题网址:https://leetcode.com/problems/longest-substring-with-at-most-two-distinct-characters/ Given a string, find the length of the longest substring T that contains at most 2 distinct characters.原创 2016-05-26 00:54:39 · 594 阅读 · 0 评论 -
LeetCode 408. Valid Word Abbreviation
原题网址:https://leetcode.com/problems/valid-word-abbreviation/ Given a non-empty string s and an abbreviation abbr, return whether the string matches with the given abbreviation. A string such原创 2016-11-16 07:38:08 · 675 阅读 · 0 评论