【Leetcode】44. Wildcard Matching

class Solution(object): def isMatch(self, s, p): """ '?' Matches any single character. '*' Matches any sequence of characters (including the empty sequence). use dp[i][j] means pattern pat
相關文章
相關標籤/搜索