寻找最长的重复子 [英] Finding the longest repeated substring

查看:110
本文介绍了寻找最长的重复子的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

什么是最appoach(服务表现明智)在解决这个问题呢?

What would be that best appoach (performace-wise) in solving this problem?

有人建议使用后缀树,这是最好的方法?如果是的话,什么样的后缀树的?

It was suggested to use suffix trees, it that the best approach? and if so, what kind of suffix tree?

感谢您

推荐答案

看一看的http:// en.wikipedia.org/wiki/Suffix_array 的,以及 - 它们都相当空间效益,并有一些合理的可编程的算法以产生它们,例如简单线性工作后缀数组施工由Karkkainen和桑德斯

Have a look at http://en.wikipedia.org/wiki/Suffix_array as well - they are quite space-efficient and have some reasonably programmable algorithms to produce them, such as "Simple Linear Work Suffix Array Construction" by Karkkainen and Sanders

这篇关于寻找最长的重复子的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆