Discussion Board
There are no previous messagesGo to the following message
Current Forum: Homework 4 - Huffman Trees (Part 1)
Date: Sat Oct 6 2001 6:32 pm
Author: Jen, Cindy Dar-Shuan <cdj@andrew.cmu.edu>
Subject: HuffmanTree

I was wondering if we're allowed to change the private variable declarations in HuffmanTree because they are declared as:

private HuffmanTree left=null,right=null;

but the left and right children can't be null if we have to build a tree out of these nodes right? or am i missing something?
Post response

There are no previous messagesGo to the following message
Current Thread Detail:
HuffmanTree      Jen, Cindy Dar-Shuan      Sat Oct 6 2001 6:32 pm       
Re: HuffmanTree      Maxim, Michael G.      Sun Oct 7 2001 3:18 pm       
Re: HuffmanTree      Chen, Richard      Thu Oct 11 2001 3:27 am       
Re: HuffmanTree      Lee, Peter      Thu Oct 11 2001 9:14 am       

Back to previous screen