Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Thu Oct 11 2001 9:58 pm |
Author: Chen, Richard <richardc@andrew.cmu.edu> |
Subject: Re: constructor for HuffmanTree |
|
|
True, though *most likely* (and I use those words "*most likely" with great emphasis) will want to modify the constructor since your HuffmanTree type objects will *most likely* want to "have stuff inside."
Sorry for being vague with "have stuff inside." Again, depends on what you want inside your HuffmanTree.java and whether (or not) you want to have data members passed into your HuffmanTree type objects. |
|