The following tools are needed to build the program: CMake (version 3.15 and up) A C++ compiler (GCC is recommended, and these instructions are specifically written for it) An input file to be ...
This repository holds my own version of a Huffman compression and decompression setup, all coded in Java from scratch. It has all the pieces to turn any file into a tight bit-based Huffman file and ...