Title:
huffmancodeimplementation Download
Description: 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
File list (Check if you may need any files):
huffmancodeimplementation.txt