This question comes from an exercise of Algorithm 4. I paste it here as follows: 3.3.19 With 1 bit per node for color, we can represent 2-, 3-, and 4-nodes. How many bits per node would we need to represent 5-, 6-, 7-, and 8-nodes with a binary tree?
There are only two colors black and red for the color of each node, either red or black, then self-evidence, 1 bit of information per node is enough to whatever we would like to represent. Why does it ask how many bits per node?