[leetcode] Wildcard Matching 通配符匹配

題目連接https://leetcode.com/problems/wildcard-matching/算法 同時在lintcode上也有http://www.lintcode.com/zh-cn/problem/wildcard-matching/優化 也是《劍指offer》中的題目spa 問題描述:3d 判斷兩個可能包含通配符「?」和「*」的字符串是否匹配。匹配規則以下:指針 '?' 能夠匹配
相關文章
相關標籤/搜索