huffman-encoding-visualizer
huffman-encoding-visualizer copied to clipboard
Huffman encoding visualizer, including file read/write, using entirely JS, HTML, and CSS
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
- Link to GitHub page, and our GitHub profiles, from the 'About' page - Update Wes's profile image