上一页 1 ··· 12 13 14 15 16
摘要: Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.The brackets must close in the correct order, "()" and "()[]{}" are all valid but "(]" and "([)]&qu 阅读全文
posted @ 2014-03-12 04:53 beehard 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 2SumGiven 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 t... 阅读全文
posted @ 2014-03-12 02:29 beehard 阅读(260) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16