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? |
|