uhhhh hmm
let’s say I want to store the ASCII integer representations of values 0..15 inclusive in memory
if I allow the memory to overlap I can represent it as
151413121109876
thus 15 and 5 overlap, 11 and 10 overlap
this *might* be the shortest possible representation
is there already a known algorithm for this? is this problem called something?
@iliana but I'm tired so maybe that's nonsense