in reply to Re: Algorithm inspiration required.
in thread Algorithm inspiration required.
The problem is the sequence being sought could be huge -- bigger than available memory -- and retaining all the checksums for every position will require even more memory than the sequence itself. SO the problem becomes: how to recognise which checksums must be retained and which can be discarded.
|
|---|