in reply to Re^3: numeric representation of string
in thread numeric representation of string
If you are to do a full cross-compare of all your emails one against the other, you are looking at an O(N2) (or O(N!) if you're smart about it) process.
Did you forget a word? I'd be interested to see the case where the smart algorithm is O(N!), and the naive one is O(N2).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: numeric representation of string
by BrowserUk (Patriarch) on Aug 16, 2013 at 12:07 UTC |