Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Tue Oct 16 2001 4:13 am |
Author: Chen, Richard <richardc@andrew.cmu.edu> |
Subject: Re: HuffmanTree.java |
|
|
To be able to "compare" as aforementioned by Debmallo, you have to implement a compareTo() method in the [something].java where [something] is the type it is. In our case, that's either HuffmanTree or HuffmanCharFreq. |
|