in reply to Re: Challenge: Fast Common Substrings
in thread Challenge: Fast Common Substrings
OK, I concede to the Suffix Tree solution presented by lima1 ++.
I suspect the best run-time order I could muster is O(nlogn), and worst O(n²).
It was still a fun diversion nonetheless... :-)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Challenge: Fast Common Substrings
by BrowserUk (Patriarch) on Apr 04, 2007 at 21:54 UTC |