Build a Compression Tool
Really nice exercise. Also I got to learn a new data structure of Huffman tree. Here is my solution in Java (Converted to command line utility using picocli)
https://github.com/varunu28/JCompress
Awesome, great work. Thanks for sharing!
Really nice exercise. Also I got to learn a new data structure of Huffman tree. Here is my solution in Java (Converted to command line utility using picocli)
https://github.com/varunu28/JCompress
Awesome, great work. Thanks for sharing!