05 2016 档案

摘要:题目: Reverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321 Have you thought about this? Here are some good questio 阅读全文
posted @ 2016-05-31 10:58 panini 阅读(132) 评论(0) 推荐(0)
摘要:题目: The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed f 阅读全文
posted @ 2016-05-31 05:53 panini 阅读(218) 评论(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 hav 阅读全文
posted @ 2016-05-30 22:37 panini 阅读(190) 评论(0) 推荐(0)