Search Results

1
vote

What algorithm can you use to find duplicate phrases in a string?

Suffix trees are a good way to implement this. The bottom of that article has links to implementations in different languages. …