摘要: 1.Valid Parentheses 题目链接 题目要求: Given a string containing just the characters'(',')','{','}','['and']', determine if the input string is valid. T... 阅读全文
posted @ 2015-06-12 23:14 峰子_仰望阳光 阅读(614) 评论(0) 推荐(0) 编辑
摘要: 题目链接 题目要求: Givens1,s2,s3, find whethers3is formed by the interleaving ofs1ands2. For example, Given: s1="aabcc", s2="dbbca", Whens3="aadbbcb... 阅读全文
posted @ 2015-06-12 16:13 峰子_仰望阳光 阅读(326) 评论(0) 推荐(0) 编辑
摘要: 题目链接 题目要求: Find the contiguous subarray within an array (containing at least one number) which has the largest product. For example, given the ar... 阅读全文
posted @ 2015-06-12 10:48 峰子_仰望阳光 阅读(323) 评论(0) 推荐(0) 编辑