摘要: Reverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321 阅读全文
posted @ 2016-10-26 22:21 冰凌花花~ 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2016-10-26 20:15 冰凌花花~ 阅读(110) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex 阅读全文
posted @ 2016-10-26 18:34 冰凌花花~ 阅读(180) 评论(0) 推荐(0) 编辑