由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 问2个string matching的题
相关主题
突然想到一个关于string matching的题发个F onsite后的加试面经吧 求bless
string matching 需要看KMP 还有其他需要看的吗?还真从来没见过考KMP之类string matching算法的
愤怒,amazon interviewer 不知KMP 算法一个code challenge
关于KMP里pre-process table的里的fall back悲剧啊,没学cs真的很悲剧啊。
bloomberg onsite & offer算法问题,m*m matrix
没看出来KMP快呀求高人指点怎么复习?
请问 KMP算法重要吗?5分钟前G的电面
这个题有什么好方法吗?找工作别花太多时间刷leetcode
相关话题的讨论汇总
话题: matching话题: string话题: hash话题: automata话题: wild
进入JobHunting版参与讨论
1 (共1页)
f****4
发帖数: 1359
1
http://didawiki.cli.di.unipi.it/lib/exe/fetch.php/informatica/a
32.1-4
如果不构建automata的话,怎么解决?
如果构建automata的话,针对正则表达式的*或者.有没有比较好的实现可以参考一下?
32.2-3
我的理解这个题目就是找一个hash函数能够方便的处理move前后的hash值,不过想不到
怎么弄这个hash。
谢谢
F**r
发帖数: 84
2
for 32.1-4, use the same idea as KMP plus wild string matching, complexity
is O(n*k), n is the length of the searching text, k is the number of the
wild characters in the pattern string.
for 32.2-3, use the idea in image processing. sliding window

【在 f****4 的大作中提到】
: http://didawiki.cli.di.unipi.it/lib/exe/fetch.php/informatica/a
: 32.1-4
: 如果不构建automata的话,怎么解决?
: 如果构建automata的话,针对正则表达式的*或者.有没有比较好的实现可以参考一下?
: 32.2-3
: 我的理解这个题目就是找一个hash函数能够方便的处理move前后的hash值,不过想不到
: 怎么弄这个hash。
: 谢谢

f****4
发帖数: 1359
3
谢谢提示

【在 F**r 的大作中提到】
: for 32.1-4, use the same idea as KMP plus wild string matching, complexity
: is O(n*k), n is the length of the searching text, k is the number of the
: wild characters in the pattern string.
: for 32.2-3, use the idea in image processing. sliding window

1 (共1页)
进入JobHunting版参与讨论
相关主题
找工作别花太多时间刷leetcodebloomberg onsite & offer
恭贺新禧 发谷家面经没看出来KMP快呀
G家的朋友请进,请教经验请问 KMP算法重要吗?
讨论一题,去除有序数组的重复元素这个题有什么好方法吗?
突然想到一个关于string matching的题发个F onsite后的加试面经吧 求bless
string matching 需要看KMP 还有其他需要看的吗?还真从来没见过考KMP之类string matching算法的
愤怒,amazon interviewer 不知KMP 算法一个code challenge
关于KMP里pre-process table的里的fall back悲剧啊,没学cs真的很悲剧啊。
相关话题的讨论汇总
话题: matching话题: string话题: hash话题: automata话题: wild