博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

文章分类 -  leetcode

摘要:Implement regular expression matching with support for '.' and '*'.'.' Matches any single character. '*' Matches zero or more of the preceding element... 阅读全文

posted @ 2014-08-06 22:49 widy 阅读(72) 评论(0) 推荐(0)