摘要: Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321overflow!public class Solution { public int reverse(int x... 阅读全文
posted @ 2015-11-17 10:25 Hygeia 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2015-11-17 08:08 Hygeia 阅读(178) 评论(0) 推荐(0) 编辑