摘要: 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 n 阅读全文
posted @ 2016-08-22 22:13 amazingzoe 阅读(133) 评论(0) 推荐(0)
摘要: Given two strings, find the longest common substring. Return the length of it. Notice The characters in substring should occur continuously in origina 阅读全文
posted @ 2016-08-22 10:06 amazingzoe 阅读(222) 评论(0) 推荐(0)