How do you call this kind of binary encoding?

0

Considering that I have k distinct values and use binary encoding to represent them with the minimum amount of bits, eg. (for k = 6):

00
01 100
101 110
111

What is the name given to this type of encoding? I remember seeing it, but I can not find it in the searches anymore, I want to go deeper into the subject. Anybody know? Sources? Thank you.

    
asked by anonymous 14.04.2017 / 18:37

1 answer

0

I found what I was looking for.

In fact it is called truncated binary encoding.

Truncated binary encoding

    
14.04.2017 / 19:51