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 nu... Read More
posted @ 2014-06-23 16:22 Xylophone Views(130) Comments(0) Diggs(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 ... Read More
posted @ 2014-06-23 15:52 Xylophone Views(119) Comments(0) Diggs(0)
Implement atoi to convert a string to an integer.Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below a... Read More
posted @ 2014-06-23 11:51 Xylophone Views(132) Comments(0) Diggs(0)