2 Comments

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

Expand full comment

Awesome, great work. Thanks for sharing!

Expand full comment