Current Forum: Homework 4 - Huffman Trees (Part 1) |
Date: Sun Oct 21 2001 2:46 am |
Author: Chen, Richard <richardc@andrew.cmu.edu> |
Subject: total += data.digit(data.charValue(),10); |
|
|
Explain in full detail the following line from the readHeaderFreq() method in Huffman.java:
total += data.digit(data.charValue(),10);
1 question to get you started: What does the 10 indicate? If you answer the radix, explain what a radix is.
Do not tell me to look at the API all the time. I stare at it enough and if I understood the API and could answer my own question, I wouldn't be asking it. |
|