This repository contains the source code of my master's degree project.
$ git clone https://github.com/AizenFrog/data-compression.git
$ cd data-compression
$ git submodule update --init --recursive
$ cmake -S . -B ./build
$ cd build
$ cmake --build . --config <Config_Type>