When L = 3.
Bucket 1: 000
Bucket 2: 001
Bucket 3: 011
If we want to match bucket 1, we can use the selection tag of 000.
If we want to match buckets 1 and 2, we can use the selection tag of 00%
If we want to match buckets 1, 2 and 3, we can use the selection tag of 0%%
This is the best I can think of so far.
Is there a way I can prove that we can do no better than L = B? Or is there actually a way to achieve a better B, given length L? I should add that the alphabet can be arbitrarily large, however I've found this makes no difference to the cumulative matched buckets B, however I could be wrong on this point.
I'm at a loss on how I can improve this solution. Any help would be appreciated.




thank you friend



reaction for details. (You may edit your message)