1. Palindrome Partitioning https://leetcode.com/problems/palindrome-partitioning/ Given a string s, partition s such that every substring of the parti...
分类:
编程语言 时间:
2015-08-07 23:31:16
阅读次数:
183
Unidirectional TSP
Time Limit: 3000MS
Memory Limit: Unknown
64bit IO Format: %lld & %llu
Submit Status
Description
Background
Problems that require minimum p...
分类:
其他好文 时间:
2015-08-07 20:00:58
阅读次数:
185
1、题目名称 Remove Nth Node From End of List(移除链表中倒数第n项) 2、题目地址 https://leetcode.com/problems/remove-nth-node-from-end-of-list/ 3、题目内容 英文:Given a linked list, remove the nth...
分类:
其他好文 时间:
2015-08-07 00:33:27
阅读次数:
142
https://leetcode.com/problems/count-and-say/题目:The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, .....
分类:
其他好文 时间:
2015-08-06 22:07:25
阅读次数:
134
https://leetcode.com/problems/length-of-last-word/题目:Given a stringsconsists of upper/lower-case alphabets and empty space characters' ', return the l...
分类:
其他好文 时间:
2015-08-06 22:07:02
阅读次数:
109
https://leetcode.com/problems/plus-one/题目:Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored ...
分类:
其他好文 时间:
2015-08-06 22:00:17
阅读次数:
153
https://leetcode.com/problems/container-with-most-water/题目:Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i,ai...
分类:
其他好文 时间:
2015-08-06 01:54:09
阅读次数:
140
1、题目名称 Valid Palindrome(回文字符串) 2、题目地址 https://leetcode.com/problems/valid-palindrome/ 3、题目内容 英文:Given a string, determine if it is a palindrome, considering only alphanume...
分类:
其他好文 时间:
2015-08-06 00:43:29
阅读次数:
121
【POJ 2151】Check the difficulty of problems...
分类:
其他好文 时间:
2015-08-05 18:30:03
阅读次数:
86
Description:Count the number of prime numbers less than a non-negative number,n.传送门:https://leetcode.com/problems/count-primes/尽可能把查找次数缩小,直接用双重for会超时。...
分类:
编程语言 时间:
2015-08-05 10:27:34
阅读次数:
366