I'm working on an assignment to build a Huffman Encoder/Decoder. I'm at the point were I have the binary tree and have the bit codes for each character in a String Array. Just reading each character from the input file and writing the code isn't going to save space; so what can I use to make a binary file? Any examples?
No comments:
Post a Comment