由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - [A家]空气床和早餐家一道onsite 题目
相关主题
leetcode这两题不是完全一样吗?what is regular expression's meaning?
regex matching algorithmLeetcode Timeout
实现regex(.*+)和wildcard(?*)匹配的题Leetcode WildCard Matching
regex 用DP做对不对啊?Leetcode problems' difficulty
关于wildcard match和regex match的一个问题leetcode里最弄不明白的两道题
一道字符串题目leetcode上的Wildcard Matching超时,怎么破
正则的题Leetcode regular expression 问题
面试遇到了Regular Expression Matching时间复杂度是多少?leetcode valid number 一问
相关话题的讨论汇总
话题: 字符话题: 加号话题: match话题: wildcard话题: regex
进入JobHunting版参与讨论
1 (共1页)
g*****i
发帖数: 91
1
是leetcode上面wildcard和regex match的综合,加了+号,大家有啥好方法吗?
*: 0个或多个之前字符
.: 任何字符
+:1个或多个之前字符
另外一点不太清楚是这个加号的作用,如果是 aa 和 +a 这种算是match到了吗?就是
加号前面是空。
多谢各位大牛
w********b
发帖数: 89
2
应该是a+吧
l**h
发帖数: 893
3
最近面的吗?还是以前的老面经?

:是leetcode上面wildcard和regex match的综合,加了+号,大家有啥好方法吗?
1 (共1页)
进入JobHunting版参与讨论
相关主题
leetcode valid number 一问关于wildcard match和regex match的一个问题
leetcode的Valid Number测试真的变态一道字符串题目
回馈本版--报告一些最近的面筋正则的题
leetcode valid number面试遇到了Regular Expression Matching时间复杂度是多少?
leetcode这两题不是完全一样吗?what is regular expression's meaning?
regex matching algorithmLeetcode Timeout
实现regex(.*+)和wildcard(?*)匹配的题Leetcode WildCard Matching
regex 用DP做对不对啊?Leetcode problems' difficulty
相关话题的讨论汇总
话题: 字符话题: 加号话题: match话题: wildcard话题: regex