摘要: 1.Regular Expression Matching(https://oj.leetcode.com/problems/regular-expression-matching/)解法一:递归(1)当p[j+1] != '*'时, 若s[i] == p[j] 或p[j]=='.', 返回isMa... 阅读全文
posted @ 2014-10-25 01:08 darlwen 阅读(239) 评论(0) 推荐(0) 编辑