Current Forum: Homework 4 General Forum |
Date: Sun Oct 14 2001 3:55 pm |
Author: Lee, Charles C. <chucklee@cmu.edu> |
Subject: Re: request for clarification on bytes |
|
|
There's strong possibility that the problem lies within your code that reads the file bit by bit and traverses down the tree that you rebuilt, assuming your tree you built is correct. If you misread one bit, then your entire decompressed file will not match the original file. |
|