Current Forum: Homework 4 General Forum |
Date: Mon Oct 15 2001 3:31 pm |
Author: Chen, Richard <richardc@andrew.cmu.edu> |
Subject: spin-off >> Re: request for clarification on bytes |
|
|
As a spin-off of <wyl>'s question, tell me how the code table (a Vector of HuffmanCharFreq type objects, I'm hoping) and the vectors of HuffmanCharFreqs ((a Vector of HuffmanCharFreq type objects, as is obvious) differ?
A possible answer: - one of them has the string which is the bit_representation ("0"s and "1" consecutively to indicate the "pathway" for a HuffmanTree traversal), yet both contains objects of type HuffmanCharFreqs. |
|