Archives for “huffman coding”

So here’s the rundown of what’s been, well, going down: Rewrote Bitstream and Huffman encoder/decoder in Java, now fully integrated with my image editor (download them from the code page) Slept, finally had an intense session with JK with lots of Dew, code, and good discussion cleaned the apartment some Tonight I have a study session for CS411, assuming that I manage to [...]


The world takes on a certain strangeness once you approach the 36 hour mark without sleep. The Huffman Coding system that I’ve been trying to implement isn’t working. The tree structure sets up properly, but an attempt to print it out (and by extension, to locate particular nodes) segfaults, a strange occurance considering my minimal use [...]


Why yes, I am implementing Huffman Coding at 4AM.