由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - help on longest common substring
相关主题
About Longest repeated substring问一个简单问题的算法 (转载)
请教一个字符串比较排序的问题程序速读指南
有一个set的words,咋找它们的common suffix?一个问题
How does YAHOO calculate RSI? (转载)suffix tree的检索复杂度跟字符集的大小有关系么?
请教template和factory有啥区别?构建一个快速查询字典(数据结构题)?
map是用什么data structure来implement的?请教一个算法问题
再来讨论一直算法课的作业吧typedef struct的问题
[转载] CS Interview question问一个算法题。
相关话题的讨论汇总
话题: substring话题: longest话题: common话题: lcs
进入Programming版参与讨论
1 (共1页)
c*****z
发帖数: 182
1
is there a lcs implementation in boost? i didn't find it.
is there any link to a stable, fast implementation? the core
part is it should have a o(n) suffix tree building function, thanks!
P********e
发帖数: 2610
2
自己写一个DP应该也不会用很久

【在 c*****z 的大作中提到】
: is there a lcs implementation in boost? i didn't find it.
: is there any link to a stable, fast implementation? the core
: part is it should have a o(n) suffix tree building function, thanks!

c*****z
发帖数: 182
3
as far as i know dp's complexity is o(mn) that is not what i want...

【在 P********e 的大作中提到】
: 自己写一个DP应该也不会用很久
1 (共1页)
进入Programming版参与讨论
相关主题
问一个算法题。请教template和factory有啥区别?
问题请教map是用什么data structure来implement的?
如何在程序中判断该电脑是否在公司局域网内? (转载)再来讨论一直算法课的作业吧
转行马工有无可能牛逼[转载] CS Interview question
About Longest repeated substring问一个简单问题的算法 (转载)
请教一个字符串比较排序的问题程序速读指南
有一个set的words,咋找它们的common suffix?一个问题
How does YAHOO calculate RSI? (转载)suffix tree的检索复杂度跟字符集的大小有关系么?
相关话题的讨论汇总
话题: substring话题: longest话题: common话题: lcs