[leetcode] Wildcard Matching 通配符匹配

题目连接https://leetcode.com/problems/wildcard-matching/算法 同时在lintcode上也有http://www.lintcode.com/zh-cn/problem/wildcard-matching/优化 也是《剑指offer》中的题目spa 问题描述:3d 判断两个可能包含通配符“?”和“*”的字符串是否匹配。匹配规则以下:指针 '?' 能够匹配
相关文章
相关标签/搜索