摘要: 【Question】 Write a function that takes a string as input and returns the string reversed. Example: Given s = "hello", return "olleh". 【My Solution】 Sl 阅读全文
posted @ 2016-12-22 19:32 涉风 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 【Question】 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 wo 阅读全文
posted @ 2016-12-22 00:03 涉风 阅读(182) 评论(0) 推荐(0) 编辑