Leetcode
文章平均质量分 68
Mark__Zeng
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Leetcode]3. Longest Substring Without Repeating Characters
Proble description: Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters for “abcabcbb” is “abc”, which t原创 2016-01-03 17:18:25 · 521 阅读 · 0 评论 -
[解题报告]376. Wiggle Subsequence
Problem Background: A sequence of numbers is called a wiggle sequence if the differences between successive numbers strictly alternate between positive and negative. The first difference (if one原创 2016-07-31 15:59:23 · 1024 阅读 · 1 评论
分享