
leetcode
Hunter_first
做什么事情都要善始善终,不得半途而废
展开
-
LeetCode: Reverse Integer
Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return -321 click to show spoilers. Have you thought about this? Here are some good questions to ask before coding.原创 2015-03-21 00:48:25 · 529 阅读 · 0 评论 -
LeetCode01:Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two numbers such that they add up to the target, where原创 2015-04-13 00:27:32 · 594 阅读 · 0 评论