摘要: 给一个不包含'0'和'1'的数字字符串,每个数字代表一个字母,请返回其所有可能的字母组合。 下图的手机按键图,就表示了每个数字可以代表的字母。 阅读全文
posted @ 2019-05-01 03:37 Sherry_Yang 阅读(150) 评论(0) 推荐(0) 编辑
摘要: Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example 1: Example 2: 阅读全文
posted @ 2019-05-01 03:09 Sherry_Yang 阅读(113) 评论(0) 推荐(0) 编辑