Could someone write a decoder? I have an assignment and I need to see what important messages you have hidden for me.
Also, in a similar vein, but allowing for more concise messages: [aa] = 000 [b] = 001 [i] = 010 [m] = 011 [o] = 100 [u] = 101 [sup] = 110 [sub] = 111
Let's say it's MSB->LSB and trailing bits (the last length%8 bits) are ignored, unless someone can come up with a better system (and rationale)