Top
Best
New

Posted by matt_d 2 days ago

Thinnings: Sublist Witnesses and de Bruijn Index Shift Clumping(www.philipzucker.com)
16 points | 2 comments
skybrian 41 minutes ago
Finding a thinning seems like a restricted version of a diff algorithm where you only delete things? The thinning is a diff represented as bits. This isn't very compact, but you could run-length encode it.
philzook 4 minutes ago|
Interesting. I think there is even more similarity if you are trying to find a "best" list from which two other lists are thinned.