Question 2
Let L = {‘c’, ‘e’, ‘i’, ‘m’, ‘o’, ‘t’} be a complete character set (i.e., only these symbols need to be represented in the set). What is the minimum number of bits required to represent ‘committee’ in this character set?
Note: You can create your own character encoding method, but each character should be encoded using the same number of bits.
18
27
9
32