摘要: 地址:https://oj.leetcode.com/problems/wildcard-matching/code如下,1.应用递归2.字符串子串查找。(这里有很多要注意的点,各种终止条件,真是考验逻辑的时候)class Solution {public: bool isMatch(cons... 阅读全文
posted @ 2014-07-22 23:07 ian在这儿 阅读(225) 评论(0) 推荐(0) 编辑