COMPUTER ARCHITECTURE - Spring 2001 Programming Assignments
PROG #5: HUFFMAN DATA COMPRESSION - File Archive Utility
Using data collected from PROG #4, write a program that will encode and decode
a file using the Huffman Data Compression Algorithm.
The Huffman Algorithm should be based on the frequency distribution of the hex
digits in a collection of your files.