Data Algorithms Compression? Decompression?
You are given the following code sequence 0; 1; 4; 2; 6; 3; 8; 6; 11, that you know is the
compressed form of a sequence of symbols over an alphabet of 4 symbols {a; b; c; d}
Reconstruct the original sequence AND show the code table that you construct during the
process.
Thanks!
|