会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
羊xx
博客园
首页
新随笔
联系
管理
订阅
2014年8月17日
[LeetCode]wildcard matching通配符实现之动态规划
摘要: 前天wildcard matching没AC,今天接着搞,改用动态规划。题目再放一次:'?'匹配任意字符,'*'匹配任意长度字符串Some examples:isMatch("aa","a") → falseisMatch("aa","aa") → trueisMatch("aaa","aa") →...
阅读全文
posted @ 2014-08-17 23:17 羊习习
阅读(1096)
评论(0)
推荐(0)
编辑
公告