String searching algorithms

Posted by avd on Stack Overflow See other posts from Stack Overflow or by avd
Published on 2010-04-10T11:16:41Z Indexed on 2010/04/10 11:23 UTC
Read the original article Hit count: 523

Filed under:
|

For the two string searching algorithms: KMP and suffix tree, which is preferred in which cases? Give some practical examples.

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about string-search