in reply to Re: Huffman coding in pure Perl
in thread Huffman coding in pure Perl
I know. I originally had vec in mind, but doing the decoding that way felt like too much of a drag, and I don't really need this module. The current implementation is arguably easier to understand, which was what I wanted to do: understand the algorithm.
--
print "Just Another Perl Adept\n";
|
---|