Current Forum: Homework 4 General Forum |
Date: Wed Oct 10 2001 12:44 am |
Author: Lee, Peter <petel@cmu.edu> |
Subject: Re: compress ratio (size of output file / size of input file) < 1 ? or does not matter |
|
|
You should make sure that your decompressor is able to handle all of your compressed outputs. It is OK if the output is bigger than the input for some inputs, as long as you faithfully implement Huffman's algorithm. |
|