摘要:
题目: Determine whether an integer is a palindrome. Do this without extra space. Some hints: Could negative integers be palindromes? (ie, -1) If yo...
阅读全文
posted @ 2015-04-28 21:31
Coding菌
阅读(159)
推荐(0)
摘要:
题目: 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 ...
阅读全文
posted @ 2015-04-28 08:34
Coding菌
阅读(166)
推荐(0)