Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Wed Oct 10 2001 4:25 pm |
Author: Maxim, Michael G. <mmaxim@andrew.cmu.edu> |
Subject: Re: Comp. and DeComp. Speed issues |
|
|
Make sure you arent writing your bit string by using writeByte().Make sure you use writeBit(). You should not inflate a file that badly unless there is something wrong with your implementation. It probably takes so much longer because the compressed file is so big.
Mike |
|