Introduction - If you have any usage issues, please Google them yourself
Huffman s compression algorithm implemented in JavaScript.
2009-06-02
implemented Huffman s compression algorithm in JavaScript. Here is a wiki link describing what Huffman coding is:
http://en.wikipedia.org/wiki/Huffman_coding
My working example:
http://tom-ash.net/blogs/Programming/huffman_coding.html
And its source code without the alerts is attached