[UVA] 213 - Message Decoding
Message Decoding
Some message encoding schemes require that an encoded message be sent in
two parts. The first part, called the header, contains the characters of the
message. The second part contains a pattern that represents the message. You
must write a...