LeetCode
文章平均质量分 85
qq_27291877
这个作者很懒,什么都没留下…
展开
-
LeetCode 2 Add Two Numbers
Add Two Numbers Total Accepted: 58913 Total Submissions: 270240My Submissions Question Solution You are given two linked lists representing two non-negative numbers. The digits ar原创 2015-05-09 20:29:45 · 529 阅读 · 0 评论 -
LeetCode 3 Longest Substring Without Repeating Characters
Longest Substring Without Repeating Characters Total Accepted: 62866 Total Submissions: 299055My Submissions Question Solution Given a string, find the length of the longest subst原创 2015-05-10 20:45:11 · 280 阅读 · 0 评论 -
LeetCode 1 Two Sum
Two Sum Total Accepted: 87651 Total Submissions: 497199My Submissions Question Solution Given an array of integers, find two numbers such that they add up to a specific target num原创 2015-05-07 22:46:45 · 408 阅读 · 0 评论