The huffPP (Huffman Coding Plus Plus) is a utility tool written in C++ 20 to compact and unzip files using the huffman coding algorithm.
Enter in your terminal:
cmake -S . -B build -GNinja -DCMAKE_BUILD_TYPE=Debug|Release
Go to the build folder, then:
cmake --build . -- -j 4