Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Wed Oct 10 2001 6:19 pm |
Author: Jaiya, Aparna <ajaiya@andrew.cmu.edu> |
Subject: define our own class: helper classes? |
|
|
can we make our own class which defines objects that have 3 properties:
the char the frequency of the char the huffman code of the char
so that this class may be used in the function getCodetable??? |
|