
LeetCode刷题
文章平均质量分 80
xwchao2014
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode 2_Add Two Numbers
LeetCode 2_Add Two Numbers 题目描述: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Ad原创 2015-07-26 01:01:31 · 901 阅读 · 0 评论 -
LeetCode 3_Longest Substring Without Repeating Characters
LeetCode 3_Longest Substring Without Repeating Characters 题目描述: Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without re原创 2015-07-27 21:15:39 · 593 阅读 · 0 评论 -
LeetCode 4_Median of Two Sorted Arrays
LeetCode 4_Median of Two Sorted Arrays 题目描述: There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sho原创 2015-07-28 09:03:26 · 701 阅读 · 0 评论 -
LeetCode 5_Longest Palindromic Substring
LeetCode 5_Longest Palindromic Substring 题目描述: Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique原创 2015-07-29 15:18:29 · 522 阅读 · 0 评论 -
leetcode 21_Merge Two Sorted Lists & leetcode_258 Add Digits & leetcode_66plus one
l leetcode 21_Merge Two Sorted Lists 题目:Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 解法: #includ原创 2015-08-16 23:05:28 · 796 阅读 · 0 评论 -
LeetCode_1 TwoSum
看书虽然有必要,但是光看书大家斗志到是没用的,但是没办法,科研项目和互联网没关,只能找点题目来刷了! 不多说,开始! LeetCode_1 TwoSum 题目说明: Given an array of integers, find two numbers such that they add up to a specific target number. The fu原创 2015-07-25 21:09:44 · 670 阅读 · 0 评论 -
leetcode_171 Excel Sheet Column Number & leetcode_28 Implement strStr()
leetcode_171 Excel Sheet Column Number 题目: Related to question Excel Sheet Column Title Given a column title as appear in an Excel sheet, return its corresponding column number. 解法: c原创 2015-08-18 09:33:40 · 667 阅读 · 0 评论