๐ณ Huffman Compressor
Type some text โ watch the Huffman tree build. The actual Rust core, compiled to WebAssembly. ยท
source on GitHub
Input text
huffman coding builds a tree from symbol frequencies, then gives the most common symbols the shortest bit patterns. the more skewed the distribution, the better it compresses.
๐ณ tree
built in Rust โ WebAssembly ยท
Huffman-Compressor