Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Fri Oct 12 2001 11:53 am |
Author: Maxim, Michael G. <mmaxim@andrew.cmu.edu> |
Subject: Re: Nitty Gritty Details |
|
|
As long as when you run decompress(compress(file)) for all files you get the same file back, then it is correct. You can do any sort of special hack to deal with small files, just make sure that for regular files, you compress them according to the Huffman scheme.
Mike |
|