摘要:
原题链接在这里:https://leetcode.com/problems/wildcard-matching/ 题目: Implement wildcard pattern matching with support for '?' and '*'. '?' Matches any single 阅读全文
摘要:
原题链接在这里:https://leetcode.com/problems/regular-expression-matching/ 题目: Implement regular expression matching with support for '.' and '*'. 题解: When it 阅读全文
摘要:
原题链接在这里:https://leetcode.com/problems/valid-number/ 题目: Validate if a given string can be interpreted as a decimal number. Some examples:"0" => true" 阅读全文