会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xyzhrrr
博客园
首页
新随笔
联系
订阅
管理
2021年11月17日
leetcode 10/300 正则表达式 py
摘要: 题目说明 动态路径规划 以s="aab",p="c * a * b"来说明整个的过程 class Solution: def isMatch(self, s: str, p: str): if not p: return not s if not s and len(p) == 1: return
阅读全文
posted @ 2021-11-17 09:01 xingye_z
阅读(42)
评论(0)
推荐(0)
编辑
公告