leetcode 10. 正則表達式匹配 Regular Expression Matching

https://leetcode-cn.com/problems/regular-expression-matching/ 題目描述 給定一個字符串 (s) 和一個字符模式 §。實現支持 ‘.’ 和 ‘*’ 的正則表達式匹配。 ‘.’ 匹配任意單個字符。 ‘*’ 匹配零個或多個前面的元素。 匹配應該覆蓋整個字符串 (s) ,而不是部分字符串。 說明: s 可能爲空,且只包含從 a-z 的小寫字母。
相關文章
相關標籤/搜索