Coded in Smalltalk, this program uses Huffman coding to compress and decompress files.
# File-Compression-Utility Coded in Smalltalk, this program uses Huffman coding to compress and decompress files. Arya Kashani kashaniarya@gmail.com UCSC ~ CMPS 112 asg3 Files Committed: hzip.st Brief Summary: This program uses Huffman coding to compress and decompress files. A file is either compressed (with the -c option), uncompressed (with the -u option), one of which is required, unless the -t option is specified. The input filename is required. If the output filename is not specified, output is written to the standard output.