huffman-encoding-visualizer icon indicating copy to clipboard operation
huffman-encoding-visualizer copied to clipboard

Huffman encoding visualizer, including file read/write, using entirely JS, HTML, and CSS

Results 6 huffman-encoding-visualizer issues
Sort by recently updated
recently updated
newest added
trafficstars

I think it is wrong because you get 4 bytes size for meta length in byte_array but limited in input.js only to 25000 as below ` if(meta_length > 25000) return...

Hi, May I know why you didn use Math.ceil `var byte_array = new Uint8Array((full_byte_string.length / 8) + ((full_byte_string.length % 8 != 0) ? 1 : 0));` Thanks

- Make sure it works on Firefox, IE, and Safari (both Windows and Mac) - Remove notice on README.md

enhancement

It already works decently well, just a few changes will do it.

enhancement

- Link to GitHub page, and our GitHub profiles, from the 'About' page - Update Wes's profile image

to do