题目: Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the tele ...
分类:
其他好文 时间:
2016-10-17 13:21:56
阅读次数:
138
Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjac ...
分类:
编程语言 时间:
2016-10-16 19:28:49
阅读次数:
152
Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. This ...
分类:
其他好文 时间:
2016-10-16 07:49:39
阅读次数:
197
Given two strings s and t which consist of only lowercase letters. String t is generated by random shuffling string s and then add one more letter at ...
分类:
其他好文 时间:
2016-10-09 07:15:42
阅读次数:
125
传送门 Description Byteasar is addicted to the English letter 'q'. Now he comes across a string S consisting of lowercase English letters. He wants to fi ...
分类:
其他好文 时间:
2016-10-07 11:27:10
阅读次数:
151
Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. This ...
分类:
其他好文 时间:
2016-10-07 01:14:31
阅读次数:
112
Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. This ...
分类:
其他好文 时间:
2016-10-05 12:39:27
阅读次数:
133
Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telepho ...
分类:
其他好文 时间:
2016-10-02 00:20:22
阅读次数:
192
题目: Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "a ...
分类:
其他好文 时间:
2016-09-30 01:59:25
阅读次数:
141
Given two strings s and t which consist of only lowercase letters. String t is generated by random shuffling string s and then add one more letter at ...
分类:
其他好文 时间:
2016-09-28 07:36:37
阅读次数:
116